nix-config/nixos/modules/default.nix

9 lines
101 B
Nix

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