nichts/modules/default.nix

16 lines
188 B
Nix

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