readme: update 1Password documentation (#44)
This commit is contained in:
13
.github/README.md
vendored
13
.github/README.md
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user