!qol(restructure): heavy restructure

This commit is contained in:
2025-12-10 21:37:23 +00:00
parent b5c2089694
commit f1337d3edd
114 changed files with 2 additions and 360 deletions

7
modules/default.nix Normal file
View File

@@ -0,0 +1,7 @@
_:
builtins.listToAttrs (
map (fn: {
name = fn;
value = import ./${fn} { };
}) (builtins.filter (fn: fn != "default.nix") (builtins.attrNames (builtins.readDir ./.)))
)