summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-08-19 16:20:52 -0300
committerEuAndreh <eu@euandre.org>2024-08-19 16:20:57 -0300
commitfcdcfa4e622e8fbbeb1d5c6b2e8c2bb702b3b913 (patch)
tree7b40d5a215d8a11aa236955074da07768efb56e5 /src
parentsrc/tld.txt: Embed in repository to allow server to reconfigure without calli... (diff)
downloadasami-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.scm2
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)