diff options
| -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 bf7e48e..26ce617 100644 --- a/home-configuration.scm +++ b/home-configuration.scm @@ -16,7 +16,7 @@ (home-environment ;; Below is the list of packages that will show up in your ;; Home profile, under ~/.guix-home/profile. - (packages (specifications->packages (list "emacs" "dino"))) + (packages (specifications->packages (list "dino" "emacs" "glibc-locales"))) ;; Below is the list of Home services. To search for available ;; services, run 'guix home search KEYWORD' in a terminal. |
