Timers, fix timers creating files when disabled
They aren't enabled--they should act like it.
This commit is contained in:
parent
6b73404361
commit
25c92c2d9e
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ let rootPath = ./.; in
|
|||
};
|
||||
};
|
||||
};
|
||||
xdg.configFile."timer-scripts" = {
|
||||
xdg.configFile."timer-scripts" = lib.mkIf (config.timer.enableQuarterly || config.timer.enableHourly) {
|
||||
source = rootPath + "/scripts";
|
||||
target = "timer_scripts/";
|
||||
executable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue