From 3705bb3ef68b56892ec840c23683d5728136b5fa Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 21 Nov 2022 11:34:04 +0100 Subject: ... --- system-profiles/default-locale.nix | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'system-profiles') diff --git a/system-profiles/default-locale.nix b/system-profiles/default-locale.nix index 6915184a..6c95504b 100644 --- a/system-profiles/default-locale.nix +++ b/system-profiles/default-locale.nix @@ -3,8 +3,14 @@ with lib; { - i18n.defaultLocale = "en_DK.UTF-8"; - console.keyMap = "dvorak-programmer"; + i18n = { + defaultLocale = "en_DK.UTF-8"; + extraLocaleSettings = { + "TIME_STYLE" = "posix-long-iso"; + }; + supportedLocales = [ "C.UTF-8/UTF-8" "en_US.UTF-8/UTF-8" "en_DK.UTF-8/UTF-8" ]; + }; + console.keyMap = mkDefault "dvorak-programmer"; time.timeZone = mkDefault "Europe/Berlin"; } -- cgit v1.2.3