nichts/modules/default.nix

10 lines
83 B
Nix
Raw Normal View History

2024-04-10 19:21:46 +02:00
_: {
2024-04-10 11:35:09 +02:00
imports = [
2024-04-10 19:21:46 +02:00
./cli
./gui
./tui
./other
./services
2024-04-10 11:35:09 +02:00
];
}