about summary refs log tree commit diff
path: root/machines/devhell/gunnr.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/devhell/gunnr.nix')
-rw-r--r--machines/devhell/gunnr.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/machines/devhell/gunnr.nix b/machines/devhell/gunnr.nix
index 26c7e362..864ff1af 100644
--- a/machines/devhell/gunnr.nix
+++ b/machines/devhell/gunnr.nix
@@ -79,7 +79,7 @@
 
   i18n = {
     consoleFont = "Lat2-Terminus16";
-    consoleKeyMap = "uk";
+    consoleKeyMap = "dvorak";
     defaultLocale = "en_GB.UTF-8";
   };
 
@@ -100,7 +100,7 @@
 
   services.xserver = {
     enable = true;
-    layout = "gb";
+    layout = "dvorak";
     videoDrivers = [ "modesetting" ];
 
     # XXX: Factor out and make DRY, because a lot of the stuff here is