fix: use correct difftastic settings

Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
Lander Van den Bulcke 2025-09-19 09:57:48 +02:00
parent 43e348b732
commit de68762f22
Signed by: lander
GPG key ID: 0142722B4B0C536F

View file

@ -61,18 +61,19 @@ in
# sign your commits!
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
# setting it up explicitly as an alias gives you autocomplete
aliases = {
identity = "! git-identity";
id = "! git-identity";
};
# use difftastic
difftastic = {
enable = true;
enableAsDifftool = true;
};
};
}