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 ]); }