Add dex to bspwm for statup programs

This commit is contained in:
Evie Litherland-Smith 2023-07-02 17:12:42 +01:00
parent 1b3c5b0062
commit 606670dcb3

View file

@ -3,10 +3,7 @@
./xfce.nix ./xfce.nix
./sxhkd.nix ./sxhkd.nix
]; ];
home.packages = with pkgs; [ home.packages = with pkgs; [dex];
nitrogen
polybar
];
xsession.windowManager.bspwm = { xsession.windowManager.bspwm = {
enable = true; enable = true;
settings = { settings = {
@ -46,6 +43,7 @@
echo "---" | tee -a /tmp/polybar.log echo "---" | tee -a /tmp/polybar.log
polybar 2>&1 | tee -a /tmp/polybar.log & disown polybar 2>&1 | tee -a /tmp/polybar.log & disown
echo "Bars launched..." echo "Bars launched..."
dex -a
''; '';
}; };
} }