zaphyra's git: nixfiles

zaphyra's nixfiles

commit b9e0d75792c7301a2c03d53d5837a49b44d78d03
parent 3d4781a6fd22da9c1d7572cd78a82ebd202c397a
Author: Katja Ramona Sophie Kwast (zaphyra) <git@zaphyra.eu>
Date: Wed, 30 Jul 2025 20:21:27 +0200

config/home/zaphyra/home: add locale-config
1 file changed, 23 insertions(+), 0 deletions(-)
M
config/home/zaphyra/home.nix
|
23
+++++++++++++++++++++++
diff --git a/config/home/zaphyra/home.nix b/config/home/zaphyra/home.nix
@@ -6,6 +6,29 @@
 
 {
 
+  i18n.glibcLocales = pkgs.glibcLocales.override {
+    allLocales = false;
+    locales = [
+      "en_GB.UTF-8/UTF-8"
+      "de_DE.UTF-8/UTF-8"
+    ];
+  };
+
+  home.language = {
+    base = "en_GB.UTF-8";
+    messages = "en_GB.UTF-8";
+    ctype = "en_GB.UTF-8";
+    address = "de_DE.UTF-8";
+    collate = "de_DE.UTF-8";
+    measurement = "de_DE.UTF-8";
+    monetary = "de_DE.UTF-8";
+    name = "de_DE.UTF-8";
+    numeric = "en_GB.UTF-8";
+    paper = "de_DE.UTF-8";
+    telephone = "de_DE.UTF-8";
+    time = "en_GB.UTF-8";
+  };
+
   imports = with homeManagerModules.zaphyra; [
     homeManagerModules.common.programs.starship
     programs.fish