From 2db57cf5e9ab012f8d9b25b9018b1c4bbb7fa82c Mon Sep 17 00:00:00 2001 From: devhell Date: Tue, 23 Jul 2019 13:13:46 +0100 Subject: machines/gunnr: Switch to dvorak layout Now that my shiny new TypeMatrix has arrived, we'll be using the superior dvorak layout. --- machines/devhell/gunnr.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'machines/devhell') 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 -- cgit 1.4.1