nichts/modules/programs/default.nix

11 lines
120 B
Nix
Raw Normal View History

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