nixcfg/nixosModules/default.nix
2024-04-07 22:16:33 -04:00

8 lines
109 B
Nix

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