Add glibc-locales so locales can be loaded from Guix
This commit is contained in:
parent
bbab14ede6
commit
dc4a7e2071
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue