nichts/modules/default.nix

11 lines
117 B
Nix

_: {
imports = [
./programs
./other
./services
./wms
./style
./options
./system
];
}