nichts/modules/default.nix
2024-04-10 19:21:46 +02:00

9 lines
83 B
Nix

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