even more changes

This commit is contained in:
Charlie Root 2024-08-16 22:46:01 +02:00
commit 1d2a73c25a
14 changed files with 120 additions and 108 deletions

12
modules/default.nix Normal file
View file

@ -0,0 +1,12 @@
_: {
imports = [
./programs
./other
./services
./wms
./runners
./style
./options
./system
];
}