diff --git a/flake.nix b/flake.nix index 831b248..afb29a9 100644 --- a/flake.nix +++ b/flake.nix @@ -96,7 +96,7 @@ Generate this where you want your config. ''; - source = ./templates/nixos; + path = ./templates/nixos; }; @@ -110,7 +110,7 @@ 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. ''; - source = ./templates/nix-on-droid; + path = ./templates/nix-on-droid; }; @@ -149,7 +149,7 @@ Generate this where you want your config. ''; - source = ./machines/${name}; + path = ./machines/${name}; }; })) filtered) @@ -173,7 +173,7 @@ Generate this where you want your config. ''; - source = ./homes/${name}; + path = ./homes/${name}; }; })) filtered)