all repos — archive/nixos-configuration @ 092fb00879d9593e41acf085141ebe2574421da4

Superseded by nixfiles

Move some startup programs to sessionCommands

Alan Pearce
commit

092fb00879d9593e41acf085141ebe2574421da4

parent

b1d95be08bebcb8c1cdf3133b812c861247f8f1d

1 file changed, 4 insertions(+), 0 deletions(-)

changed files
M modules/hardware/colemak.nixmodules/hardware/colemak.nix
@@ -13,5 +13,9 @@ services.xserver = {
layout = "us,us"; 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 + ''; }; }