diff --git a/users/profiles/git.nix b/users/profiles/git.nix index ebb559b..2e626c6 100644 --- a/users/profiles/git.nix +++ b/users/profiles/git.nix @@ -45,8 +45,4 @@ crypt = "!git-crypt"; }; }; - - home.packages = with pkgs; [ - git-crypt - ]; }