nichts/modules/default.nix

14 lines
135 B
Nix
Raw Normal View History

2024-07-21 17:36:55 +02:00
_: {
imports = [
./cli
./gui
./tui
./other
./services
./editors
./wms
./styling
./options
];
}