diff options
author | lassulus <lass@lassul.us> | 2017-02-21 14:29:49 +0100 |
---|---|---|
committer | lassulus <lass@lassul.us> | 2017-02-21 14:29:49 +0100 |
commit | ada1147bb69e0dec79c0b0fcf2c64c7df4576ad2 (patch) | |
tree | 360165e3684914f99b1ad7ed6daf9e9b54d38ecd /krebs/3modules/fetchWallpaper.nix | |
parent | 763b9b4688bcd6719a5f4f6f5c59bcc56204e6e2 (diff) |
k 3 fetchWallpaper: remove obsolete targets
Diffstat (limited to 'krebs/3modules/fetchWallpaper.nix')
-rw-r--r-- | krebs/3modules/fetchWallpaper.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/krebs/3modules/fetchWallpaper.nix b/krebs/3modules/fetchWallpaper.nix index 3d6a285c3..e226a9060 100644 --- a/krebs/3modules/fetchWallpaper.nix +++ b/krebs/3modules/fetchWallpaper.nix @@ -64,8 +64,6 @@ let }; systemd.user.services.fetchWallpaper = { description = "fetch wallpaper"; - after = [ "graphical.target" ]; - wants = [ "graphical.target" ]; wantedBy = [ "default.target" ]; path = with pkgs; [ |