k 3 fetchWallpaper: remove deprecated after target

This commit is contained in:
lassulus 2017-02-16 19:40:25 +01:00
parent 6a3700da3c
commit a5cc674141

View file

@ -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" ];