From 66332b0991591e173f250e3f15474c26d9c415c7 Mon Sep 17 00:00:00 2001 From: Lander Van den Bulcke Date: Fri, 19 Sep 2025 09:46:44 +0200 Subject: [PATCH] feat: enable difftastic Signed-off-by: Lander Van den Bulcke --- home/lander/features/cli/git/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/home/lander/features/cli/git/default.nix b/home/lander/features/cli/git/default.nix index 0bcf2aa..ec456b1 100644 --- a/home/lander/features/cli/git/default.nix +++ b/home/lander/features/cli/git/default.nix @@ -61,6 +61,12 @@ 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