diff options
Diffstat (limited to '')
| -rw-r--r-- | home/wallpapers/default.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/home/wallpapers/default.nix b/home/wallpapers/default.nix index 5203cff..a358a70 100644 --- a/home/wallpapers/default.nix +++ b/home/wallpapers/default.nix @@ -60,6 +60,7 @@ in systemd.user.services."wallpaper-fetch" = { Unit = { Description = "Fetch and update 4K nature wallpaper for Hyprpaper"; + After = [ "graphical-session.target" ]; }; Service = { LoadCredential = [ "login_token:${config.age.secrets.unsplash_access_key.path}" ]; @@ -72,8 +73,6 @@ in systemd.user.timers."wallpaper-fetch" = { Unit = { Description = "Periodic Unsplash wallpaper fetch timer"; - After = [ "graphical-session.target" ]; - Wants = [ "network-online.target" ]; }; Timer = { OnBootSec = "2min"; |
