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
|
cliclick
|
||||||
curlFull
|
curlFull
|
||||||
dasel
|
dasel
|
||||||
difftastic
|
|
||||||
dogdns
|
dogdns
|
||||||
exa
|
exa
|
||||||
fd
|
fd
|
||||||
|
|
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue