From ccec1d4c29244e3815641559989d2feafd2a002e Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Sun, 31 Aug 2025 12:18:38 +0800 Subject: [PATCH] fix: wallpaper.service/start deleted to break ordering cycle starting with app-nm-applet@autostart.service/start --- home/linux/gui/base/wallpaper/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/home/linux/gui/base/wallpaper/default.nix b/home/linux/gui/base/wallpaper/default.nix index 143e8914..6adb1d90 100644 --- a/home/linux/gui/base/wallpaper/default.nix +++ b/home/linux/gui/base/wallpaper/default.nix @@ -10,8 +10,7 @@ Unit = { Description = "Wallpaper Switcher daemon"; After = [ - "graphical-session-pre.target" - "xdg-desktop-autostart.target" + "graphical-session.target" ]; Wants = [ "graphical-session-pre.target" ]; };