this repo has no description
0
fork

Configure Feed

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

:sparkles: jj ui pager with delta

+6
+6
home/personal.nix
··· 39 39 backend = "gpg"; 40 40 key = "2748A6200C9EE0B4"; 41 41 }; 42 + 43 + ui = { 44 + default-command = "log"; 45 + pager = "delta"; 46 + diff.format = "git"; 47 + }; 42 48 }; 43 49 }; 44 50