diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-05-23 15:57:18 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-05-23 15:57:18 +0200 |
commit | 67e5c390784306529be8eff8236b11177ac44bba (patch) | |
tree | d9e45b4cccbbffa36492b04f888879cf8a64a1d5 /system-profiles | |
parent | 01e85f721513d849dd2d3401a5f7c3df3f036920 (diff) | |
download | nixos-67e5c390784306529be8eff8236b11177ac44bba.tar nixos-67e5c390784306529be8eff8236b11177ac44bba.tar.gz nixos-67e5c390784306529be8eff8236b11177ac44bba.tar.bz2 nixos-67e5c390784306529be8eff8236b11177ac44bba.tar.xz nixos-67e5c390784306529be8eff8236b11177ac44bba.zip |
bump
Diffstat (limited to 'system-profiles')
-rw-r--r-- | system-profiles/default-locale.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system-profiles/default-locale.nix b/system-profiles/default-locale.nix index 9775c095..4359bd9a 100644 --- a/system-profiles/default-locale.nix +++ b/system-profiles/default-locale.nix | |||
@@ -1,7 +1,7 @@ | |||
1 | {...}: | 1 | {...}: |
2 | { | 2 | { |
3 | i18n.defaultLocale = "en_US.UTF-8"; | 3 | i18n.defaultLocale = "en_US.UTF-8"; |
4 | console.keyMap = "dvp"; | 4 | console.keyMap = "dvorak-programmer"; |
5 | 5 | ||
6 | time.timeZone = "Europe/Berlin"; | 6 | time.timeZone = "Europe/Berlin"; |
7 | } | 7 | } |