all repos — nixfiles @ 092fb00879d9593e41acf085141ebe2574421da4

System and user configuration, managed by nix and home-manager

Move some startup programs to sessionCommands

Alan Pearce
commit

092fb00879d9593e41acf085141ebe2574421da4

parent

b1d95be08bebcb8c1cdf3133b812c861247f8f1d

1 file changed, 1 insertion(+), 0 deletions(-)

changed files
M modules/programs/window-manager.nixmodules/programs/window-manager.nix
@@ -8,6 +8,7 @@ };
sessionCommands = '' ${pkgs.xorg.xsetroot}/bin/xsetroot -cursor_name left_ptr -solid '#4d4d4c' & ${pkgs.hsetroot}/bin/hsetroot -solid '#4d4d4c' + ${pkgs.networkmanagerapplet}/bin/nm-applet & ''; }; xautolock = {