feat(git): replace delta with difftastic

dev-docs
Moritz Böhme 2023-05-27 12:01:36 +02:00
parent e51a263590
commit 6e33ac7509
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
{ config
, lib
, pkgs
, ...
}:
@ -51,8 +52,8 @@ in
extraConfig = {
init.defaultBranch = "main";
merge.conflictstyle = "zdiff3";
diff.external = getExe pkgs.difftastic;
};
delta.enable = true;
signing = mkIf cfg.signing {
key = "0x970C6E89EB0547A9";
signByDefault = true;