summary refs log tree commit diff stats
path: root/modules/hardware/colemak.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hardware/colemak.nix')
-rw-r--r--modules/hardware/colemak.nix2
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,
     '';
   };
 }