summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Roelli <charles@aurox.ch>2026-01-21 22:57:00 +0100
committerCharles Roelli <charles@aurox.ch>2026-01-21 22:57:00 +0100
commitfb7816cc27f6305628ec153688194f3078947c17 (patch)
treec91621310876179980b75980a7f284b3e1cf8736
parent5875e38d9a02b7b4f8317cc180a686f817efc252 (diff)
Add glibc-locales package to squash locales warning in 'source ~/.profile'
-rw-r--r--home-configuration.scm2
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.