diff options
| -rw-r--r-- | hosts/skadhi/default.nix | 2 | ||||
| -rw-r--r-- | system-profiles/default-locale.nix | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/hosts/skadhi/default.nix b/hosts/skadhi/default.nix index c4bf9fe2..96be2e5b 100644 --- a/hosts/skadhi/default.nix +++ b/hosts/skadhi/default.nix | |||
| @@ -75,7 +75,7 @@ | |||
| 75 | 75 | ||
| 76 | services.kmscon = { | 76 | services.kmscon = { |
| 77 | enable = true; | 77 | enable = true; |
| 78 | config.hwaccel.enable = true; | 78 | config.hwaccel = true; |
| 79 | }; | 79 | }; |
| 80 | }; | 80 | }; |
| 81 | } | 81 | } |
diff --git a/system-profiles/default-locale.nix b/system-profiles/default-locale.nix index de2db1d7..cc103c9e 100644 --- a/system-profiles/default-locale.nix +++ b/system-profiles/default-locale.nix | |||
| @@ -6,6 +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 --no-mouse"; | ||
| 9 | } | 10 | } |
| 10 | ] ++ (lib.optional (options ? i18n.extraLocales) { | 11 | ] ++ (lib.optional (options ? i18n.extraLocales) { |
| 11 | 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" ]; |
