zaphyra's git: nixfiles

zaphyra and void's nixfiles

commit da715942d5e64f6bc695e8448e89225ac92c4b61
parent b64f1b7d24d954e0014dcda36e3be85353146a78
Author: Katja (zaphyra) <git@ctu.cx>
Date: Sat, 7 Jun 2025 00:11:36 +0200

config/home/zaphyra/common: don't set locale's stuff
1 file changed, 0 insertions(+), 8 deletions(-)
diff --git a/config/home/zaphyra/common.nix b/config/home/zaphyra/common.nix
@@ -6,14 +6,6 @@
     username = "zaphyra";
     homeDirectory = "/home/zaphyra";
 
-    language = {
-      "base" = "en_US.UTF-8";
-      "time" = "de_DE.utf8";
-      "address" = "de_DE.utf8";
-      "monetary" = "de_DE.utf8";
-      "paper" = "de_DE.utf8";
-    };
-
     stateVersion = lib.mkDefault "24.11";
   };