mirror of
https://github.com/youwen5/nixos.git
synced 2025-02-21 03:01:11 -08:00
This commit is contained in:
parent
37e19ecde9
commit
febf36a2f8
1 changed files with 2 additions and 2 deletions
|
@ -79,9 +79,9 @@
|
|||
};
|
||||
colorscheme-dusk = {
|
||||
wantedBy = [ "timers.target" ];
|
||||
description = "Schedule system colorscheme change to dusk at 7 PM";
|
||||
description = "Schedule system colorscheme change to dusk at 6 PM";
|
||||
timerConfig = {
|
||||
OnCalendar = "*-*-* 19:00:00";
|
||||
OnCalendar = "*-*-* 18:00:00";
|
||||
Persistent = true;
|
||||
Unit = "colorscheme-dusk.service";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue