diff --git a/hosts/dnsc-machine/default.nix b/hosts/dnsc-machine/default.nix index 26d2b6c..223af18 100644 --- a/hosts/dnsc-machine/default.nix +++ b/hosts/dnsc-machine/default.nix @@ -188,6 +188,7 @@ systemd.user.services.wallpaper = { enable = true; description = "Sets the wallpaper with swaybg"; + wantedBy = [ "niri.service" ]; unitConfig = { PartOf = "graphical-session.target"; After = "graphical-session.target";