Update git to new config

This commit is contained in:
Thomas Avé 2026-08-11 10:20:27 +02:00
parent c4ae794622
commit 2627eda709
Signed by: thomasave
SSH Key Fingerprint: SHA256:bvIbWy6TO9+PdMTPzWy6dqkRlVQ3eSky+vQcc9aRIiE
1 changed files with 2 additions and 2 deletions

View File

@ -62,10 +62,10 @@
autoStageResolvedConflicts = false; autoStageResolvedConflicts = false;
}; };
git.overrideGpg = true; git.overrideGpg = true;
git.pagers = [ git.diffRenderers = [
{ {
colorArg = "always"; colorArg = "always";
pager = "delta --dark --color-only --paging=never"; command = "delta --dark --color-only --paging=never";
} }
]; ];
}; };