all repos — archive/nixos-configuration @ 2a2817b7af09588e484226326a81bcb3ab5581cb

Superseded by nixfiles

i3: Run dunst and sxhkd

Alan Pearce
commit

2a2817b7af09588e484226326a81bcb3ab5581cb

parent

4773e323ed24f05c1b465623f9ae4ee71e59c0b6

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

jump to
M modules/programs/i3.nixmodules/programs/i3.nix
@@ -3,6 +3,10 @@
{ services.xserver.windowManager.i3 = { enable = true; package = pkgs.i3-gaps; + extraSessionCommands = '' + ${pkgs.dunst}/bin/dunst & + ${pkgs.sxhkd}/bin/sxhkd & + ''; }; environment.systemPackages = with pkgs; [