git: Use HM provided difft
This commit is contained in:
parent
954f8df49e
commit
885056d964
2 changed files with 4 additions and 5 deletions
1
home.nix
1
home.nix
|
@ -34,7 +34,6 @@
|
|||
cliclick
|
||||
curlFull
|
||||
dasel
|
||||
difftastic
|
||||
dogdns
|
||||
exa
|
||||
fd
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue