diff --git a/home/home.nix b/home/home.nix index d81fd5a..1ce2944 100644 --- a/home/home.nix +++ b/home/home.nix @@ -46,7 +46,7 @@ plasma-browser-integration - (callPackage ./git-credential-keepassxc.nix {}) + (callPackage ./homepkgs/git-credential-keepassxc.nix {}) ]; diff --git a/home/git-credential-keepassxc.nix b/home/homepkgs/git-credential-keepassxc.nix similarity index 100% rename from home/git-credential-keepassxc.nix rename to home/homepkgs/git-credential-keepassxc.nix