diff --git a/home/apps/git.nix b/home/apps/git.nix index e77b1fd..8a313dd 100644 --- a/home/apps/git.nix +++ b/home/apps/git.nix @@ -1,5 +1,6 @@ { config, + lib, pkgs, ... }: { @@ -49,12 +50,6 @@ ".envrc" ]; - package = pkgs.symlinkJoin { - name = "git"; - paths = [pkgs.git]; - postBuild = "rm $out/etc/gitconfig || true"; - }; - extraConfig = { credential.helper = "gopass"; init.defaultBranch = "main";