summaryrefslogtreecommitdiff
path: root/system-profiles
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2024-08-08 17:41:18 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2024-08-08 17:41:18 +0200
commit849bb59d51443c1b08a65926a001c69660b89fae (patch)
tree18c3c7308cadef5a7630d1b28a5d750199af5f71 /system-profiles
parent35f6ec95c6034b3062a26ae32e2016c05085332d (diff)
downloadnixos-849bb59d51443c1b08a65926a001c69660b89fae.tar
nixos-849bb59d51443c1b08a65926a001c69660b89fae.tar.gz
nixos-849bb59d51443c1b08a65926a001c69660b89fae.tar.bz2
nixos-849bb59d51443c1b08a65926a001c69660b89fae.tar.xz
nixos-849bb59d51443c1b08a65926a001c69660b89fae.zip
...
Diffstat (limited to 'system-profiles')
-rw-r--r--system-profiles/default-locale.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system-profiles/default-locale.nix b/system-profiles/default-locale.nix
index 6c95504b..2d483f04 100644
--- a/system-profiles/default-locale.nix
+++ b/system-profiles/default-locale.nix
@@ -6,7 +6,7 @@ with lib;
6 i18n = { 6 i18n = {
7 defaultLocale = "en_DK.UTF-8"; 7 defaultLocale = "en_DK.UTF-8";
8 extraLocaleSettings = { 8 extraLocaleSettings = {
9 "TIME_STYLE" = "posix-long-iso"; 9 "TIME_STYLE" = "long-iso";
10 }; 10 };
11 supportedLocales = [ "C.UTF-8/UTF-8" "en_US.UTF-8/UTF-8" "en_DK.UTF-8/UTF-8" ]; 11 supportedLocales = [ "C.UTF-8/UTF-8" "en_US.UTF-8/UTF-8" "en_DK.UTF-8/UTF-8" ];
12 }; 12 };