From 227adc42e56d6ba9ce930718b8acc9865c9d1bf9 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Fri, 25 Feb 2022 21:23:58 -0500 Subject: [PATCH] tweak(git): remove git-crypt --- users/profiles/git.nix | 4 ---- 1 file changed, 4 deletions(-) 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 - ]; }