feat(home): add pass-backed keyring module and enable for work VM

- Add modules/home/security/pass-keyring with GPG agent, pass, and
  python keyring backend config for headless credential storage
- Enable pass-keyring for lin-va-mbp-work-vm
- Update bash PATH from ~/.bin to ~/.local/bin
This commit is contained in:
2026-04-27 23:02:22 -04:00
parent 50719469da
commit eef4d78cb3
3 changed files with 42 additions and 1 deletions

View File

@@ -34,7 +34,7 @@ in
profileExtra = ''
export COLORTERM=truecolor
SHELL="$BASH"
PATH=~/.bin:$PATH
PATH=~/.local/bin:$PATH
bind "set show-mode-in-prompt on"
set -o vi || true