Rename older modules version

This commit is contained in:
Greg Hellings
2025-08-19 15:09:33 -05:00
parent c96560f22d
commit a2082d3ffe
+1 -1
View File
@@ -17,7 +17,7 @@ let
in in
{ {
imports = [ imports = [
top.nixvimunstable.homeManagerModules.nixvim top.nixvimunstable.homeModules.nixvim
top.self.modules.homeManagerModule top.self.modules.homeManagerModule
./baseline ./baseline
] ++ lib.optionals (builtins.pathExists ./hosts/${host}) [ ./hosts/${host} ]; ] ++ lib.optionals (builtins.pathExists ./hosts/${host}) [ ./hosts/${host} ];