Config+Packages: Implement machine specific configuration

This commit is contained in:
Riyyi
2022-02-28 16:44:01 +01:00
parent 8d8a21166b
commit ef203c5063
8 changed files with 56 additions and 9 deletions
+4 -1
View File
@@ -20,7 +20,10 @@ export PLATFORMIO_HOME_DIR="$XDG_DATA_HOME/platformio"
export R_ENVIRON_USER="$XDG_CONFIG_HOME/R/Renviron"
# HiDPI screen
export HIDPI=true
# >>> hostname=arch-laptop
# export HIDPI=true
# <<<
# GPG
export GNUPGHOME="$XDG_CONFIG_HOME/gnupg"