From cff3aec1973ec3b31dcaef959e7e31c2cfdbfe1a Mon Sep 17 00:00:00 2001 From: Nathan Date: Wed, 22 Apr 2026 09:23:44 -0500 Subject: [PATCH] restructure --- flake.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/flake.nix b/flake.nix index a8b57d5..1616680 100644 --- a/flake.nix +++ b/flake.nix @@ -41,11 +41,5 @@ outputs = { ... } @ inputs: inputs.flake-parts.lib.mkFlake { inherit inputs; } - (inputs.import-tree [ - ./profiles - ./homes - ./system - ./templates/default.nix - ./flake-parts.nix - ]); + (inputs.import-tree [ ./modules ]); }