all repos — nixfiles @ 2b7010c2385ba4b5c705ff58d5d7d73949c757aa

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

colemak: Allow switching back to QWERTY
Alan Pearce alan@alanpearce.eu
Wed, 28 Feb 2018 09:50:19 +0100
commit

2b7010c2385ba4b5c705ff58d5d7d73949c757aa

parent

871d5afd5e78b8f5e7ae293095526ec99568ed6b

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

jump to
M modules/hardware/colemak.nixmodules/hardware/colemak.nix
@@ -15,7 +15,7 @@ xkbVariant = "colemak,";     xkbOptions = "grp:shifts_toggle,altwin:prtsc_rwin";
     displayManager.sessionCommands = ''
       # Needed for pass/rofi-pass autotype
-      ${pkgs.xlibs.setxkbmap}/bin/setxkbmap us -variant colemak
+      ${pkgs.xlibs.setxkbmap}/bin/setxkbmap us,us -variant colemak,
     '';
   };
 }