nichts/modules/default.nix

13 lines
131 B
Nix
Raw Normal View History

2024-08-16 22:46:01 +02:00
_: {
imports = [
./programs
./other
./services
./wms
./runners
./style
./options
./system
];
}