From 2b7010c2385ba4b5c705ff58d5d7d73949c757aa Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 28 Feb 2018 09:50:19 +0100 Subject: colemak: Allow switching back to QWERTY --- modules/hardware/colemak.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/hardware') diff --git a/modules/hardware/colemak.nix b/modules/hardware/colemak.nix index 29a03c8..b8218e6 100644 --- a/modules/hardware/colemak.nix +++ b/modules/hardware/colemak.nix @@ -15,7 +15,7 @@ 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, ''; }; } -- cgit 1.4.1