nix-config/modules/timers/default.nix

8 lines
99 B
Nix

{...}: {
imports = [
./wol.nix
./backup.nix
./rooms.nix
./flakeUpdate.nix
];
}