diff --git a/modules/common/jujutsu.nix b/modules/common/jujutsu.nix index 591ed85..e22ff7b 100644 --- a/modules/common/jujutsu.nix +++ b/modules/common/jujutsu.nix @@ -21,6 +21,7 @@ in { user.email = "git@${mailDomain}"; ui.default-command = "log"; + ui.diff-editor = ":builtin"; ui.diff.tool = [ "${getExe pkgs.difftastic}" "--color" "always" "$left" "$right" ]; ui.conflict-marker-style = "snapshot";