nichts/modules/programs/default.nix
2024-09-08 20:49:30 +02:00

7 lines
97 B
Nix

_: {
imports = [
./tui/module.nix
./other/module.nix
./launchers/module.nix
];
}