feat: init hectic-lab merge

This commit is contained in:
2026-02-27 19:57:44 +00:00
parent fa31b8ac06
commit 6928fa9969
13 changed files with 948 additions and 10 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ let
hectic.imports = attrValues (
readModulesRecursive' ./hectic { inherit flake self inputs; }
);
# Read generic modules seperately
# Read generic modules separately
generic = readModulesRecursive'
./generic
{ inherit flake self inputs; };