nixcfg/nixosModules/default.nix

9 lines
81 B
Nix

{
imports = [
./apps
./desktop
./options.nix
./services
];
}