From 755ec04d04bdc9b47a6c7c7a73111b7d125efe69 Mon Sep 17 00:00:00 2001 From: Jet Pham Date: Sat, 14 Mar 2026 17:24:36 -0700 Subject: [PATCH] feat: add difftastic --- home.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home.nix b/home.nix index a4ab962..2c14eb4 100644 --- a/home.nix +++ b/home.nix @@ -74,6 +74,7 @@ jq mkp224o nixfmt + difftastic ripgrep tea trash-cli @@ -284,6 +285,7 @@ editor = "hx"; pager = "bat --style=plain"; }; + diff.tool = [ "difft" "--color=always" "$left" "$right" ]; }; };