summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nixos/locale.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/nixos/locale.nix b/nixos/locale.nix
index 1c79541..a206259 100644
--- a/nixos/locale.nix
+++ b/nixos/locale.nix
@@ -7,7 +7,10 @@
longitude = 2.3522219;
};
- i18n.defaultLocale = "en_US.UTF-8";
+ i18n = {
+ defaultLocale = "fr_FR.utf8";
+ extraLocaleSettings.LANG = "en_US.utf8";
+ };
console = {
font = "Lat2-Terminus16";
keyMap = "fr";