From fcfdf45ddc14dc1bd2be85b120181a3acc9afb0b Mon Sep 17 00:00:00 2001 From: RGBCube Date: Sun, 19 Jan 2025 00:20:43 +0300 Subject: [PATCH] Set the jujutsu diff tool properly --- modules/common/jujutsu.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/common/jujutsu.nix b/modules/common/jujutsu.nix index 020d776..591ed85 100644 --- a/modules/common/jujutsu.nix +++ b/modules/common/jujutsu.nix @@ -21,7 +21,7 @@ in { user.email = "git@${mailDomain}"; ui.default-command = "log"; - ui.diff = [ "${getExe pkgs.difftastic}" "--color" "always" "$left" "$right" ]; + ui.diff.tool = [ "${getExe pkgs.difftastic}" "--color" "always" "$left" "$right" ]; ui.conflict-marker-style = "snapshot"; ui.graph.style = if config.theme.cornerRadius > 0 then "curved" else "square";