readme: update 1Password documentation (#44)

This commit is contained in:
MunsMan
2025-04-14 20:57:40 +02:00
committed by GitHub
parent da86bf323e
commit 3c15b3d886

13
.github/README.md vendored
View File

@@ -59,7 +59,18 @@ $ zen
## 1Password
Zen has to be manually added to the list of browsers that 1Password will communicate with. See [this wiki article](https://wiki.nixos.org/wiki/1Password) for more information. To enable 1Password integration, you need to add the line `.zen-wrapped` to the file `/etc/1password/custom_allowed_browsers`.
Zen has to be manually added to the list of browsers that 1Password will communicate with. See [this wiki article](https://wiki.nixos.org/wiki/1Password) for more information. To enable 1Password integration, you need to add the line `zen` to the file `/etc/1password/custom_allowed_browsers`.
```nix
environment.etc = {
"1password/custom_allowed_browsers" = {
text = ''
zen
'';
mode = "0755";
};
};
```
## Contributing