diff --git a/home.nix b/home.nix index 36158f7..6739231 100644 --- a/home.nix +++ b/home.nix @@ -818,10 +818,11 @@ in }; systemd.user.timers.nasa-apod-wallpaper = { - Unit.Description = "Refresh NASA APOD wallpaper daily"; + Unit.Description = "Refresh NASA APOD wallpaper regularly"; Timer = { - OnStartupSec = "0"; - OnUnitActiveSec = "1d"; + OnStartupSec = "2m"; + OnCalendar = "hourly"; + Persistent = true; Unit = "nasa-apod-wallpaper.service"; }; Install.WantedBy = [ "timers.target" ];