[READ-ONLY] Mirror of https://github.com/trueberryless/nix. My nix config github.com/clemensschlipfinger/general-grievous-nix/
0

Configure Feed

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

feat: tangled auth

+7
+3
dotfiles/vcs/gitconfig
··· 21 21 [core] 22 22 excludesFile = ~/.gitignore 23 23 24 + [includeIf "hasconfig:remote.*.url:git@tangled.org:**"] 25 + path = ~/.gitconfig-tangled 26 + 24 27 [alias] 25 28 prune-local = "!git fetch -p && git branch -vv | awk '/: gone]/ {print $1}' | grep -v '^\\*' | xargs -r git branch -D"
+3
dotfiles/vcs/gitconfig-tangled
··· 1 + [user] 2 + email = "did:plc:pbjvqaziagcyv2vqodldn5op" 3 + signingkey = ~/.ssh/tangled.pub
+1
modules/home-manager.nix
··· 12 12 13 13 home.file = { 14 14 ".gitconfig".source = ../dotfiles/vcs/gitconfig; 15 + ".gitconfig-tangled".source = ../dotfiles/vcs/gitconfig-tangled; 15 16 ".gitignore".source = ../dotfiles/vcs/gitignore; 16 17 ".config/jj/config.toml".source = ../dotfiles/vcs/jjconfig; 17 18