feat: make apod faster
This commit is contained in:
parent
be2da3ca70
commit
1a13f68ae4
1 changed files with 4 additions and 3 deletions
7
home.nix
7
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" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue