nixcfg/nixosModules/default.nix
2024-05-27 21:39:30 -04:00

16 lines
155 B
Nix

inputs: {
config,
pkgs,
...
}: {
imports = [
./apps
./containers
./desktop
./scripts
./services
./system
./user
];
}