all repos — nixfiles @ 2725420c8e74abccfc10888c3ff0a2d549e3d1ba

System and user configuration, managed by nix and home-manager

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.
Alan Pearce alan@alanpearce.eu
Mon, 29 Jun 2020 09:46:00 +0200
commit

2725420c8e74abccfc10888c3ff0a2d549e3d1ba

parent

520565587104528b4d241084b6cbf72217e13e1f

1 files changed, 3 insertions(+), 3 deletions(-)

jump to
M system/settings/hardware/keyboard.nixsystem/settings/hardware/keyboard.nix
@@ -2,8 +2,8 @@ { config, pkgs, ... }: 
 {
   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";
   };
 }