diff options
author | Marek Paśnikowski <marekpasnikowski@protonmail.com> | 2022-08-10 23:18:44 +0200 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2022-08-10 23:18:44 +0200 |
commit | 67f97f3909a93af7962cbe12e89e7c1e083d2860 (patch) | |
tree | 8fabef45f4d17a365b8e3e6b202459e26179e110 /home-configuration.scm | |
parent | d75e50d29c8fca6d4c15ed53eeebfdcdf4e882b1 (diff) |
Remove indent package
Diffstat (limited to 'home-configuration.scm')
-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 |