summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorAlan Pearce2020-06-29 09:46:00 +0200
committerAlan Pearce2020-06-29 09:46:00 +0200
commit2725420c8e74abccfc10888c3ff0a2d549e3d1ba (patch)
tree2d9f5b59e56f9c6417da40dd1a5cc4c3b4185b12 /system
parent520565587104528b4d241084b6cbf72217e13e1f (diff)
downloadnixfiles-2725420c8e74abccfc10888c3ff0a2d549e3d1ba.tar.lz
nixfiles-2725420c8e74abccfc10888c3ff0a2d549e3d1ba.tar.zst
nixfiles-2725420c8e74abccfc10888c3ff0a2d549e3d1ba.zip
keyboard: remove norman layout
I never did switch to it after learning.  It looks like I'll be
sticking with QWERTY for the time being.
Diffstat (limited to 'system')
-rw-r--r--system/settings/hardware/keyboard.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/system/settings/hardware/keyboard.nix b/system/settings/hardware/keyboard.nix
index 5a0ea5f4..c967d561 100644
--- a/system/settings/hardware/keyboard.nix
+++ b/system/settings/hardware/keyboard.nix
@@ -2,8 +2,8 @@
 
 {
   services.xserver = {
-    layout = "us,us";
-    xkbVariant = "intl-unicode,norman";
-    xkbOptions = "altwin:prtsc_rwin,caps:escape,grp:shifts_toggle";
+    layout = "us";
+    xkbVariant = "intl-unicode";
+    xkbOptions = "altwin:prtsc_rwin,caps:escape";
   };
 }