feat: add pass-git-helper

This commit is contained in:
Infinidoge 2021-09-14 12:49:27 -04:00
parent ab530dbd24
commit 9bef65b73c

View file

@ -1,9 +1,10 @@
{ { pkgs, ... }: {
programs.git = { programs.git = {
enable = true; enable = true;
extraConfig = { extraConfig = {
pull.rebase = false; pull.rebase = false;
credential.helper = "${pkgs.gitAndTools.pass-git-helper}/bin/pass-git-helper";
}; };
aliases = { aliases = {