summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2026-09-22 22:20:23 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2026-09-22 22:20:23 +0200
commitcc381d5ff0e4ebb8496bc35f2b70661213c2f08c (patch)
tree7a5b62273203e3506dcd6693cf3a2517a336bbba
parent8ded038e4ed6922d5f3baa0e9bb9d98de34cde4c (diff)
downloadnixos-cc381d5ff0e4ebb8496bc35f2b70661213c2f08c.tar
nixos-cc381d5ff0e4ebb8496bc35f2b70661213c2f08c.tar.gz
nixos-cc381d5ff0e4ebb8496bc35f2b70661213c2f08c.tar.bz2
nixos-cc381d5ff0e4ebb8496bc35f2b70661213c2f08c.tar.xz
nixos-cc381d5ff0e4ebb8496bc35f2b70661213c2f08c.zip
-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 d34a2e92..cc103c9e 100644
--- a/system-profiles/default-locale.nix
+++ b/system-profiles/default-locale.nix
@@ -6,7 +6,7 @@
6 i18n.defaultLocale = "en_DK.UTF-8"; 6 i18n.defaultLocale = "en_DK.UTF-8";
7 console.keyMap = lib.mkDefault "dvorak-programmer"; 7 console.keyMap = lib.mkDefault "dvorak-programmer";
8 time.timeZone = lib.mkDefault "Europe/Berlin"; 8 time.timeZone = lib.mkDefault "Europe/Berlin";
9 services.kmscon.extraOptions = "--xkb-layout=us --xkb-variant=dvp"; 9 services.kmscon.extraOptions = "--xkb-layout=us --xkb-variant=dvp --no-mouse";
10 } 10 }
11 ] ++ (lib.optional (options ? i18n.extraLocales) { 11 ] ++ (lib.optional (options ? i18n.extraLocales) {
12 i18n.extraLocales = [ "C.UTF-8/UTF-8" "en_US.UTF-8/UTF-8" ]; 12 i18n.extraLocales = [ "C.UTF-8/UTF-8" "en_US.UTF-8/UTF-8" ];