From 7840c8c82c805584b6898a6f0e799f358e86d5cf Mon Sep 17 00:00:00 2001 From: benstrb Date: Sun, 11 Jan 2026 14:30:33 +0100 Subject: [PATCH] non important commit --- home/modules/bspwm.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/modules/bspwm.nix b/home/modules/bspwm.nix index 66298b0..cd114c9 100644 --- a/home/modules/bspwm.nix +++ b/home/modules/bspwm.nix @@ -39,5 +39,9 @@ extraConfig = '' feh --bg-fill "/home/benag/.nix-config/assets/pictures/bocchi_wallpaper.png" ''; + + startupPrograms = [ + "polybar" + ]; }; }