nix-config/modules/timers/default.nix
2025-05-03 13:06:41 +02:00

6 lines
69 B
Nix

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