1
0
Fork 0

git: Use HM provided difft

This commit is contained in:
Daniel Kempkens 2022-04-05 22:03:38 +02:00
parent 954f8df49e
commit 885056d964
2 changed files with 4 additions and 5 deletions

View file

@ -34,7 +34,6 @@
cliclick
curlFull
dasel
difftastic
dogdns
exa
fd

View file

@ -9,6 +9,10 @@ in
enable = true;
lfs.enable = true;
difftastic = {
enable = true;
};
userName = "Daniel Kempkens";
userEmail = "daniel+git@kempkens.io";
@ -31,10 +35,6 @@ in
default = "simple";
};
diff = {
external = "difft";
};
apply = {
whitespace = "fix";
};