k 3 fetchWallpaper: remove obsolete targets
This commit is contained in:
parent
763b9b4688
commit
ada1147bb6
@ -64,8 +64,6 @@ let
|
|||||||
};
|
};
|
||||||
systemd.user.services.fetchWallpaper = {
|
systemd.user.services.fetchWallpaper = {
|
||||||
description = "fetch wallpaper";
|
description = "fetch wallpaper";
|
||||||
after = [ "graphical.target" ];
|
|
||||||
wants = [ "graphical.target" ];
|
|
||||||
wantedBy = [ "default.target" ];
|
wantedBy = [ "default.target" ];
|
||||||
|
|
||||||
path = with pkgs; [
|
path = with pkgs; [
|
||||||
|
Loading…
Reference in New Issue
Block a user