modularized locale settings

This commit is contained in:
2026-07-13 02:43:08 +10:00
parent 0c68f54e1f
commit efa0ee26fe
5 changed files with 31 additions and 123 deletions
+12 -12
View File
@@ -39,19 +39,19 @@ in {
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
# Select internationalisation properties.
i18n.defaultLocale = "en_AU.UTF-8";
# i18n.defaultLocale = "en_AU.UTF-8";
i18n.extraLocaleSettings = {
LC_ADDRESS = "en_AU.UTF-8";
LC_IDENTIFICATION = "en_AU.UTF-8";
LC_MEASUREMENT = "en_AU.UTF-8";
LC_MONETARY = "en_AU.UTF-8";
LC_NAME = "en_AU.UTF-8";
LC_NUMERIC = "en_AU.UTF-8";
LC_PAPER = "en_AU.UTF-8";
LC_TELEPHONE = "en_AU.UTF-8";
LC_TIME = "en_AU.UTF-8";
};
# i18n.extraLocaleSettings = {
# LC_ADDRESS = "en_AU.UTF-8";
# LC_IDENTIFICATION = "en_AU.UTF-8";
# LC_MEASUREMENT = "en_AU.UTF-8";
# LC_MONETARY = "en_AU.UTF-8";
# LC_NAME = "en_AU.UTF-8";
# LC_NUMERIC = "en_AU.UTF-8";
# LC_PAPER = "en_AU.UTF-8";
# LC_TELEPHONE = "en_AU.UTF-8";
# LC_TIME = "en_AU.UTF-8";
# };
# Enable the X11 windowing system.
services.xserver.enable = true;