diff --git a/.github/README.md b/.github/README.md index 40fa1bd..488bcc0 100644 --- a/.github/README.md +++ b/.github/README.md @@ -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