nixos/modules/default.nix
2025-04-26 16:27:13 +01:00

8 lines
59 B
Nix

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