From c1f62e9827efe7c8e303e3cfa70dac8f544312b1 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 9 Aug 2022 11:23:00 +0300 Subject: ... --- system-profiles/default-locale.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'system-profiles') diff --git a/system-profiles/default-locale.nix b/system-profiles/default-locale.nix index 0dcea5b5..6915184a 100644 --- a/system-profiles/default-locale.nix +++ b/system-profiles/default-locale.nix @@ -1,7 +1,10 @@ -{...}: +{ lib, ... }: + +with lib; + { i18n.defaultLocale = "en_DK.UTF-8"; console.keyMap = "dvorak-programmer"; - time.timeZone = "Europe/Berlin"; + time.timeZone = mkDefault "Europe/Berlin"; } -- cgit v1.2.3