git,lazygit: Enable difftastic
All checks were successful
check / check (push) Successful in 33s

This commit is contained in:
Florian RICHER 2025-07-16 14:31:07 +02:00
parent 99211c5ba0
commit ffc57fd1e3
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
2 changed files with 5 additions and 1 deletions

View file

@ -14,6 +14,7 @@ in
programs.git = {
enable = true;
lfs.enable = true;
difftastic.enable = true;
userName = "Florian RICHER";
userEmail = "florian.richer@protonmail.com";

View file

@ -15,7 +15,10 @@ in
enable = true;
settings = {
git.pull.mode = "rebase";
git = {
pull.mode = "rebase";
paging.externalDiffCommand = "difft --color=always";
};
};
};
};