From 57fdfa8213ccb59206ff06175063f673b2392934 Mon Sep 17 00:00:00 2001 From: atagen Date: Sat, 27 Aug 2022 20:40:32 +1000 Subject: [PATCH] tidy up --- home/home.nix | 2 +- home/{ => homepkgs}/git-credential-keepassxc.nix | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename home/{ => homepkgs}/git-credential-keepassxc.nix (100%) 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