nix-config/modules/timers/default.nix

6 lines
61 B
Nix

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