diff options
| -rw-r--r-- | home-configuration.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/home-configuration.scm b/home-configuration.scm index 23f0bfa..7379243 100644 --- a/home-configuration.scm +++ b/home-configuration.scm @@ -20,8 +20,11 @@ (specifications->packages (list "dino" "emacs" + "emacs-geiser" + "emacs-geiser-guile" "emacs-ledger-mode" - "glibc-locales"))) + "glibc-locales" + "guile"))) ;; Below is the list of Home services. To search for available ;; services, run 'guix home search KEYWORD' in a terminal. |
