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 cliclick
curlFull curlFull
dasel dasel
difftastic
dogdns dogdns
exa exa
fd fd

View file

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