diff options
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, ''; }; } |