nichts/modules/default.nix

14 lines
149 B
Nix

_: {
imports = [
./cli
./gui
./tui
./other
./services
./editors
./wms
./runners
./styling
./options
];
}