diff --git a/home/services/polybar/default.nix b/home/services/polybar/default.nix index 6a168be..573b0ac 100644 --- a/home/services/polybar/default.nix +++ b/home/services/polybar/default.nix @@ -12,7 +12,7 @@ ''; }; - home.activation.polybarStartup = lib.hm.dag.entryAfter ["linkGeneration"] '' - polybar -c /home/synchronous/.config/polybar/config.ini mybar > /tmp/polybar & disown + home.activation.polybarStartup = lib.hm.dag.entryAfter ["writeBoundary"] '' + polybar -c /home/synchronous/.config/polybar/config.ini mybar & disown ''; }