add agent-browser + BW browser auth sync for netty

- Add chromium to netty system packages
- Add home/agent-browser.nix: configures agent-browser to use nix
  chromium headless, installs via npm on first activation (Linux only)
- Add scripts/sync-bw-browser-auth.sh: imports all BW login items
  into agent-browser encrypted auth vault via --password-stdin
- Add just sync-browser-auth target
This commit is contained in:
Harivansh Rathi 2026-04-01 23:43:11 -04:00
parent c3fb0fc358
commit 1af47c9a5c
5 changed files with 120 additions and 0 deletions

View file

@ -28,5 +28,8 @@ secrets-sync:
./scripts/render-bw-shell-secrets.sh
./scripts/restore-bw-files.sh
sync-browser-auth:
./scripts/sync-bw-browser-auth.sh
switch-netty:
ssh root@netty "nixos-rebuild switch --flake github:harivansh-afk/nix#netty --refresh"