aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2022-04-02 00:27:11 -0700
committerGravatar Tom Willemse2022-04-02 00:27:11 -0700
commitdc4a7e207192838c441a4203dd1e6ec38f516b85 (patch)
treef0e5a1334e76b92815daf3e2b24526884b48711e
parentbbab14ede630506783b4785a74108a1d5352626b (diff)
downloadnew-dotfiles-dc4a7e207192838c441a4203dd1e6ec38f516b85.tar.gz
new-dotfiles-dc4a7e207192838c441a4203dd1e6ec38f516b85.zip
Add glibc-locales so locales can be loaded from Guix
-rw-r--r--oni/home/data/config.scm6
1 files changed, 5 insertions, 1 deletions
diff --git a/oni/home/data/config.scm b/oni/home/data/config.scm
index 6d75725..554b96f 100644
--- a/oni/home/data/config.scm
+++ b/oni/home/data/config.scm
@@ -4,11 +4,14 @@
#:use-module (gnu home services shells)
#:use-module (gnu home services desktop)
#:use-module (gnu services)
+ #:use-module (gnu packages)
#:use-module (gnu packages admin)
#:use-module (guix gexp)
#:use-module (oni home services xdisorg))
(home-environment
+ (packages (list (specification->package+output "glibc-locales")))
+
(services
(list
(simple-service 'some-useful-env-vars-service
@@ -17,7 +20,8 @@
("MY_GUIX_CONFIGURED" . "1")
("DOTNET_CLI_TELEMETRY_OPTOUT" . "1")
("EDITOR" . "emacsclient")
- ("CALIBRE_USE_DARK_PALETTE" . "1")))
+ ("CALIBRE_USE_DARK_PALETTE" . "1")
+ ("GUIX_LOCPATH" . "$HOME/.guix-home/profile/lib/locale")))
(service home-redshift-service-type
(home-redshift-configuration