Move some startup programs to sessionCommands
Alan Pearce alan@alanpearce.eu
Tue, 13 Feb 2018 13:35:25 +0100
3 files changed, 8 insertions(+), 0 deletions(-)
M modules/hardware/colemak.nix → modules/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 + ''; }; }
M modules/hardware/laptop.nix → modules/hardware/laptop.nix
@@ -42,6 +42,9 @@ enable = lib.mkDefault true; naturalScrolling = true; disableWhileTyping = true; }; + displayManager.sessionCommands = '' + ${pkgs.autorandr}/bin/autorandr --change --force + ''; }; systemd.services.nixos-upgrade.unitConfig.ConditionACPower = true;
M modules/programs/window-manager.nix → modules/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 = {