mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 05:02:10 +00:00
add agent-browser + BW browser auth sync for netty (#35)
- 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:
parent
c3fb0fc358
commit
e634a3e233
5 changed files with 120 additions and 0 deletions
|
|
@ -108,6 +108,7 @@ in
|
|||
virtualisation.docker.enable = true;
|
||||
|
||||
environment.systemPackages = packageSets.extras ++ [
|
||||
pkgs.chromium
|
||||
pkgs.php
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue