From 5876d03f45a3f41f664628cf2ee14438f69f618b Mon Sep 17 00:00:00 2001 From: Nathan Date: Wed, 31 Dec 2025 14:53:59 -0600 Subject: [PATCH] name --- flake.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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)