flake/darwin/modules/default.nix
2024-01-10 04:22:47 +08:00

6 lines
62 B
Nix

{...}: {
imports = [
./networking
./services
];
}