diff options
-rw-r--r-- | home-configuration.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home-configuration.scm b/home-configuration.scm index 8948d7f..8f46ecb 100644 --- a/home-configuration.scm +++ b/home-configuration.scm @@ -9,7 +9,7 @@ ( packages ( map ( compose list specification->package+output ) - ( list "cpupower" "dconf-editor" "font-google-noto" "git" "git-lfs" "gnome-tweaks" "libreoffice" "pwgen" "seahorse" "trezor-agent" ) ) ) + ( list "cpupower" "dconf-editor" "font-google-noto" "git" "git-lfs" "gnome-tweaks" "indent" "libreoffice" "pwgen" "seahorse" "trezor-agent" ) ) ) ( services ( list ( service home-bash-service-type |