diff --git a/nixos/git/home.nix b/nixos/git/home.nix index 199c26ff..d0f7fcab 100644 --- a/nixos/git/home.nix +++ b/nixos/git/home.nix @@ -15,9 +15,9 @@ colour.ui = true; credential = { helper = "cache"; }; diff.algorithm = "histogram"; + diff.external = "${pkgs.difftastic}/bin/difftastic $LOCAL $REMOTE"; diff.renameLimit = 2048; diff.renames = "copy"; - diff.external = "${pkgs.difftastic}/bin/difftastic $LOCAL $REMOTE"; help.autocorrect = 1; merge.renamelimit = 8192; mergetool.keepBackup = false;