nichts/modules/default.nix

17 lines
190 B
Nix
Raw Normal View History

2024-07-21 17:36:55 +02:00
_: {
imports = [
./cli
./gui
./tui
./other
./services
./editors
./wms
2024-07-21 20:14:19 +02:00
./runners
2024-07-21 17:36:55 +02:00
./styling
./options
2024-07-24 17:47:16 +02:00
./system/nix/module.nix
2024-07-30 19:24:53 +02:00
./system
2024-07-21 17:36:55 +02:00
];
}