1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-28 18:47:44 +00:00

Set the jujutsu diff tool properly

This commit is contained in:
RGBCube 2025-01-19 00:20:43 +03:00
parent 152d5d259e
commit fcfdf45ddc

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