add agent-browser + BW browser auth sync for netty (#35)
Some checks are pending
quality / changes (push) Waiting to run
quality / Flake Check (push) Blocked by required conditions
quality / Nix Format Check (push) Blocked by required conditions
quality / Deploy netty (push) Blocked by required conditions

- 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:
Hari 2026-04-01 23:45:23 -04:00 committed by GitHub
parent c3fb0fc358
commit e634a3e233
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 120 additions and 0 deletions

View file

@ -108,6 +108,7 @@ in
virtualisation.docker.enable = true;
environment.systemPackages = packageSets.extras ++ [
pkgs.chromium
pkgs.php
];