diff options
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) |