nichts/modules/programs/default.nix

7 lines
70 B
Nix
Raw Normal View History

2024-07-21 17:36:55 +02:00
_: {
imports = [
2024-08-31 14:09:30 +02:00
./tui/module.nix
./other/module.nix
2024-07-21 17:36:55 +02:00
];
}