nichts/modules/default.nix
2024-07-21 17:36:55 +02:00

13 lines
135 B
Nix

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