nixcfg/nixosModules/default.nix

8 lines
103 B
Nix

{
config,
pkgs,
...
}: {
imports = [./apps ./desktop ./homeLab ./systemConfig ./userConfig];
}