nix-config/modules/default.nix

7 lines
72 B
Nix

{
imports = [
./common
./services
./virtualisation
];
}