nichts/modules/default.nix
2024-07-24 17:47:16 +02:00

15 lines
177 B
Nix

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