diff --git a/home/Vault.nix b/home/Vault.nix index 5c1f122..196123e 100644 --- a/home/Vault.nix +++ b/home/Vault.nix @@ -58,7 +58,7 @@ in xdg.enable = true; imports = [ - (import ./common.nix { inherit inputs config pkgs; }) + (import ./utils/common.nix { inherit inputs config pkgs; }) (import ./utils/services.nix { inherit pkgs; scripts = scripts; }) ./ssh ];