nixcfg/nixosModules/default.nix

9 lines
87 B
Nix

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