all repos — archive/nixos-configuration @ 2b7010c2385ba4b5c705ff58d5d7d73949c757aa

Superseded by nixfiles

colemak: Allow switching back to QWERTY

Alan Pearce
commit

2b7010c2385ba4b5c705ff58d5d7d73949c757aa

parent

871d5afd5e78b8f5e7ae293095526ec99568ed6b

1 file changed, 1 insertion(+), 1 deletion(-)

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