about summary refs log tree commit diff
path: root/modules/common/locale.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/common/locale.nix (renamed from modules/nixos/common/locale.nix)5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/nixos/common/locale.nix b/modules/common/locale.nix
index 8b91a5a..7e8eefb 100644
--- a/modules/nixos/common/locale.nix
+++ b/modules/common/locale.nix
@@ -6,6 +6,11 @@
 }:
 with lib;
 {
+  hm.home.language = {
+    collate = "C";
+    messages = "C";
+  };
+
   i18n = {
     defaultLocale = mkDefault "en_GB.UTF-8";
     supportedLocales = [

Consider giving Nix/NixOS a try! <3