nichts/modules/programs/default.nix

8 lines
97 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-08-27 20:20:12 +02:00
./launchers/module.nix
2024-07-21 17:36:55 +02:00
];
}