diff options
author | EuAndreh <eu@euandre.org> | 2024-08-19 16:20:52 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-08-19 16:20:57 -0300 |
commit | fcdcfa4e622e8fbbeb1d5c6b2e8c2bb702b3b913 (patch) | |
tree | 7b40d5a215d8a11aa236955074da07768efb56e5 /src | |
parent | src/tld.txt: Embed in repository to allow server to reconfigure without calli... (diff) | |
download | asami-fcdcfa4e622e8fbbeb1d5c6b2e8c2bb702b3b913.tar.gz asami-fcdcfa4e622e8fbbeb1d5c6b2e8c2bb702b3b913.tar.xz |
system.scm: Change locale to fr_FR.UTF-8
Diffstat (limited to 'src')
-rw-r--r-- | src/guix/system.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guix/system.scm b/src/guix/system.scm index e4288db..89e7e19 100644 --- a/src/guix/system.scm +++ b/src/guix/system.scm @@ -84,7 +84,7 @@ (operating-system - (locale "en_GB.UTF-8") + (locale "fr_FR.UTF-8") (timezone "America/Sao_Paulo") (host-name +tld+) (skeletons pkg:skeletons) |