diff options
| author | Charles Roelli <charles@aurox.ch> | 2026-01-22 11:51:19 +0100 |
|---|---|---|
| committer | Charles Roelli <charles@aurox.ch> | 2026-01-22 11:51:19 +0100 |
| commit | 328b79d1914450a0d47c3bc16a9769dfd816c259 (patch) | |
| tree | 51109d444afe7a9bba9e89d2c4434dc4e67608e4 | |
| parent | 706d1cec9d4bb6f024845f923db5453c7cc3a3d5 (diff) | |
Add emacs-geiser, emacs-geiser-guile, guile
| -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. |
