nichts/modules/default.nix
2024-07-23 00:00:32 +02:00

15 lines
178 B
Nix

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