diff --git a/flake.nix b/flake.nix index 06b1b5a..576fc61 100644 --- a/flake.nix +++ b/flake.nix @@ -14,5 +14,5 @@ outputs = { ... } @ inputs: inputs.flake-parts.lib.mkFlake { inherit inputs; } - (inputs.import-tree [ ./dev ./config ]); + (inputs.import-tree [ ./nix ./config ]); }