k 3 fetchWallpaper: remove deprecated after target
This commit is contained in:
parent
6a3700da3c
commit
a5cc674141
|
@ -64,7 +64,7 @@ let
|
|||
};
|
||||
systemd.user.services.fetchWallpaper = {
|
||||
description = "fetch wallpaper";
|
||||
after = [ "network.target" "graphical.target" ];
|
||||
after = [ "graphical.target" ];
|
||||
wants = [ "graphical.target" ];
|
||||
wantedBy = [ "default.target" ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue