nichts/modules/programs/default.nix

9 lines
93 B
Nix

_: {
imports = [
./cli
./gui
./tui
./editors
./other/module.nix
];
}