nichts/modules/programs/default.nix

10 lines
93 B
Nix
Raw Normal View History

2024-07-21 17:36:55 +02:00
_: {
imports = [
./cli
./gui
./tui
./editors
./other/module.nix
2024-07-21 17:36:55 +02:00
];
}