Timers, fix timers creating files when disabled

They aren't enabled--they should act like it.
This commit is contained in:
Julia Lange 2025-03-18 14:45:09 -07:00
parent d27cedfd0e
commit 5cf617c4da

View file

@ -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;