nichts/modules/default.nix
2024-07-21 20:14:19 +02:00

14 lines
149 B
Nix

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