More streamlining of modules

This commit is contained in:
Greg Hellings
2024-02-09 14:38:11 -06:00
committed by greg-compass
parent 2107ca3e09
commit c228f8b72d
18 changed files with 101 additions and 99 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ let
}
inputs.agenix.nixosModules.default
hm.nixosModules.home-manager
../modules
inputs.self.modules.nixosModule
./${name}
] ++ extraMods;
};