1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Set the jujutsu diff tool properly

This commit is contained in:
RGBCube 2025-01-19 00:20:43 +03:00
parent ffac2b64dc
commit 90fad9abda
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -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";