From 8ded038e4ed6922d5f3baa0e9bb9d98de34cde4c Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 22 Sep 2026 22:14:29 +0200 Subject: ... --- system-profiles/default-locale.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/system-profiles/default-locale.nix b/system-profiles/default-locale.nix index de2db1d7..d34a2e92 100644 --- a/system-profiles/default-locale.nix +++ b/system-profiles/default-locale.nix @@ -6,6 +6,7 @@ i18n.defaultLocale = "en_DK.UTF-8"; console.keyMap = lib.mkDefault "dvorak-programmer"; time.timeZone = lib.mkDefault "Europe/Berlin"; + services.kmscon.extraOptions = "--xkb-layout=us --xkb-variant=dvp"; } ] ++ (lib.optional (options ? i18n.extraLocales) { i18n.extraLocales = [ "C.UTF-8/UTF-8" "en_US.UTF-8/UTF-8" ]; -- cgit v1.2.3