diff options
author | Alan Pearce | 2018-02-28 09:50:19 +0100 |
---|---|---|
committer | Alan Pearce | 2018-02-28 09:50:42 +0100 |
commit | 2b7010c2385ba4b5c705ff58d5d7d73949c757aa (patch) | |
tree | 3db6b672b12588ce3f6f6107d8236a354b8a3548 /modules/hardware | |
parent | 871d5afd5e78b8f5e7ae293095526ec99568ed6b (diff) | |
download | nixos-configuration-2b7010c2385ba4b5c705ff58d5d7d73949c757aa.tar.lz nixos-configuration-2b7010c2385ba4b5c705ff58d5d7d73949c757aa.tar.zst nixos-configuration-2b7010c2385ba4b5c705ff58d5d7d73949c757aa.zip |
colemak: Allow switching back to QWERTY
Diffstat (limited to 'modules/hardware')
-rw-r--r-- | modules/hardware/colemak.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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, ''; }; } |