Made timers their own module

This commit is contained in:
KoenDR06 2025-03-04 16:16:36 +01:00
parent b2687e271a
commit 270a739287
6 changed files with 89 additions and 37 deletions

View file

@ -50,5 +50,9 @@
terminal = {
zsh.enable = true;
};
timers = {
wol.enable = true;
};
};
}