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