feat: add pass-git-helper
This commit is contained in:
parent
ab530dbd24
commit
9bef65b73c
1 changed files with 2 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
|||
{
|
||||
{ pkgs, ... }: {
|
||||
programs.git = {
|
||||
enable = true;
|
||||
|
||||
extraConfig = {
|
||||
pull.rebase = false;
|
||||
credential.helper = "${pkgs.gitAndTools.pass-git-helper}/bin/pass-git-helper";
|
||||
};
|
||||
|
||||
aliases = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue