Personal Nix setup
0
fork

Configure Feed

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

Remove gh

-14
-2
assets/github-token
··· 1 - U2FsdGVkX1/twnhof4z94WOC9U4pUmgzRSkJQH6o6L66N2sZem+mE4pkqEc/24tF 2 - IUsigwetS7ey/uVDcXcpmw==
-12
config/home/git.nix
··· 3 3 let 4 4 inherit (import ../../nix/secrets.nix) readSecretFileContents; 5 5 in { 6 - programs.gh = { 7 - enable = true; 8 - settings.git_protocol = "ssh"; 9 - }; 10 - 11 - xdg.configFile."gh/hosts.yml".text = '' 12 - github.com: 13 - oauth_token: ${readSecretFileContents ../../assets/github-token} 14 - git_protocol: ssh 15 - user: kitten 16 - ''; 17 - 18 6 programs.git = { 19 7 enable = true; 20 8 userName = "Phil Pluckthun";