niksos/modules/default.nix

9 lines
107 B
Nix

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