This commit is contained in:
2025-12-31 14:53:59 -06:00
parent ce6885a76e
commit 5876d03f45

View File

@@ -96,7 +96,7 @@
Generate this where you want your config. Generate this where you want your config.
''; '';
source = ./templates/nixos; path = ./templates/nixos;
}; };
@@ -110,7 +110,7 @@
Generate this where you want your config. Generate this where you want your config.
''; '';
source = ./templates/home-manager; path = ./templates/home-manager;
}; };
@@ -124,7 +124,7 @@
Generate this where you want your config. Generate this where you want your config.
''; '';
source = ./templates/nix-on-droid; path = ./templates/nix-on-droid;
}; };
@@ -149,7 +149,7 @@
Generate this where you want your config. Generate this where you want your config.
''; '';
source = ./machines/${name}; path = ./machines/${name};
}; };
})) filtered) })) filtered)
@@ -173,7 +173,7 @@
Generate this where you want your config. Generate this where you want your config.
''; '';
source = ./homes/${name}; path = ./homes/${name};
}; };
})) filtered) })) filtered)