test
This commit is contained in:
parent
d5bdbc61ae
commit
96a296eb18
1 changed files with 2 additions and 2 deletions
|
@ -69,12 +69,12 @@
|
|||
|
||||
systemd.user.timers = {
|
||||
"light-theme" = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
partOf = [ "light-theme.service" ];
|
||||
timerConfig.OnCalendar = [ "*-*-* *:*:00" ];
|
||||
};
|
||||
"dark-theme" = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
partOf = [ "dark-theme.service" ];
|
||||
timerConfig.OnCalendar = [ "*-*-* *:*:00" ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue