From 6026ffbddbc5d034650a58cf4607a2b0d3395e67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Fri, 1 Apr 2022 22:17:37 +0100 Subject: [PATCH] add difftastic --- nixos/git/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/git/home.nix b/nixos/git/home.nix index 7b7d2eda..199c26ff 100644 --- a/nixos/git/home.nix +++ b/nixos/git/home.nix @@ -17,6 +17,7 @@ diff.algorithm = "histogram"; diff.renameLimit = 2048; diff.renames = "copy"; + diff.external = "${pkgs.difftastic}/bin/difftastic $LOCAL $REMOTE"; help.autocorrect = 1; merge.renamelimit = 8192; mergetool.keepBackup = false;