this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Use diff-so-fancy for JJ diffs

+3
+3
modules/jj.nix
··· 10 10 default-command = ["log" "--template=log_compact"]; 11 11 12 12 conflict-marker-style = "git"; 13 + 14 + pager = ["sh" "-c" "${pkgs.diff-so-fancy}/bin/diff-so-fancy | less '--tabs=4' -RFX"]; 15 + diff-formatter = ":git"; 13 16 }; 14 17 15 18 merge-tools = {