diff --git a/modules/graphical/theme/default.nix b/modules/graphical/theme/default.nix index 69019edf..e380cc59 100644 --- a/modules/graphical/theme/default.nix +++ b/modules/graphical/theme/default.nix @@ -146,7 +146,7 @@ }; }; home.activation = { - linkWaybarCssColors = lib.hm.dag.entryAfter ["writeBoundary"] '' + linkWaybarCssColors = lib.hm.dag.entryAfter [ "writeBoundary" ] '' $DRY_RUN_CMD ln -sf $VERBOSE_ARG ~/.config/waybar/latte.css ~/.config/waybar/colors.css ''; };