feat: enable difftastic

Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
Lander Van den Bulcke 2025-09-19 09:46:44 +02:00
parent d1cbb35ab5
commit 66332b0991
Signed by: lander
GPG key ID: 0142722B4B0C536F

View file

@ -61,6 +61,12 @@ in
# sign your commits! # sign your commits!
commit.gpgsign = true; commit.gpgsign = true;
# use difftastic
difftastic = {
enable = true;
enableAsDifftool = true;
};
}; };
# This is optional, as `git identity` will call the `git-identity` script by itself, however # This is optional, as `git identity` will call the `git-identity` script by itself, however
# setting it up explicitly as an alias gives you autocomplete # setting it up explicitly as an alias gives you autocomplete