diff options
author | Marek Paśnikowski <marekpasnikowski@protonmail.com> | 2022-08-13 08:01:08 +0200 |
---|---|---|
committer | Marek Paśnikowski <marekpasnikowski@protonmail.com> | 2022-08-13 08:01:08 +0200 |
commit | 6d99284450b0321a5d9f736aea792625feb4ba26 (patch) | |
tree | 85c8b7d431a5d2595c99d1bb300af8d73a42385e | |
parent | 67c1f0c3efd385b34e1042cecc76f38971cc6fa6 (diff) |
Emacs Geiser Installation
-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 8f46ecb..d83e2f6 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" "indent" "libreoffice" "pwgen" "seahorse" "trezor-agent" ) ) ) + ( list "cpupower" "dconf-editor" "emacs" "emacs-geiser" "font-google-noto" "git" "git-lfs" "gnome-tweaks" "indent" "libreoffice" "pwgen" "seahorse" "trezor-agent" ) ) ) ( services ( list ( service home-bash-service-type |