diff options
Diffstat (limited to 'home-configuration.scm')
| -rw-r--r-- | home-configuration.scm | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/home-configuration.scm b/home-configuration.scm index 26ce617..23f0bfa 100644 --- a/home-configuration.scm +++ b/home-configuration.scm @@ -16,7 +16,12 @@ (home-environment ;; Below is the list of packages that will show up in your ;; Home profile, under ~/.guix-home/profile. - (packages (specifications->packages (list "dino" "emacs" "glibc-locales"))) + (packages + (specifications->packages + (list "dino" + "emacs" + "emacs-ledger-mode" + "glibc-locales"))) ;; Below is the list of Home services. To search for available ;; services, run 'guix home search KEYWORD' in a terminal. |
