Personal Nix setup
0
fork

Configure Feed

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

Remove github override from git config

-4
-4
home/git.nix
··· 106 106 "mergetool \"vimdiff\"".cmd = "nvim -d $LOCAL $REMOTE $MERGED -c '$wincmd w' -c 'wincmd J'"; 107 107 pretty.longline = "tformat:%Cgreen%h %Cred%D %Creset%s %Cblue(%cd, by %an)"; 108 108 109 - "url \"git@github.com:\"" = { 110 - insteadOf = "https://github.com/"; 111 - }; 112 - 113 109 "remote \"origin\"" = { 114 110 fetch = "+refs/pull/*/head:refs/remotes/origin/pr/*"; 115 111 pruneTags = true;