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 = {
|
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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue