mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 09:28:27 +02:00
fix: wallpaper.service/start deleted to break ordering cycle starting with app-nm-applet@autostart.service/start
This commit is contained in:
@@ -10,8 +10,7 @@
|
|||||||
Unit = {
|
Unit = {
|
||||||
Description = "Wallpaper Switcher daemon";
|
Description = "Wallpaper Switcher daemon";
|
||||||
After = [
|
After = [
|
||||||
"graphical-session-pre.target"
|
"graphical-session.target"
|
||||||
"xdg-desktop-autostart.target"
|
|
||||||
];
|
];
|
||||||
Wants = [ "graphical-session-pre.target" ];
|
Wants = [ "graphical-session-pre.target" ];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user