diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2026-06-16 22:28:53 -0400 |
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2026-06-16 22:28:53 -0400 |
| commit | 5ec60258f4690a786baa849627a7d1d17e1c2ebd (patch) | |
| tree | f5f0fbcf6d962a8f528b61bdc1e622e4128b5583 | |
| parent | fa4e176191c8bebe7f1e45b4b4512c0bd10244e1 (diff) | |
enable bitwarden on private browsing
| -rw-r--r-- | users/ryan/zen/zenPolicies.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/ryan/zen/zenPolicies.nix b/users/ryan/zen/zenPolicies.nix index ad0627a..1fbb5e1 100644 --- a/users/ryan/zen/zenPolicies.nix +++ b/users/ryan/zen/zenPolicies.nix | |||
| @@ -75,6 +75,7 @@ in | |||
| 75 | "{446900e4-71c2-419f-a6a7-df9c091e268b}" = { | 75 | "{446900e4-71c2-419f-a6a7-df9c091e268b}" = { |
| 76 | install_url = "https://addons.mozilla.org/firefox/downloads/latest/bitwarden-password-manager/latest.xpi"; | 76 | install_url = "https://addons.mozilla.org/firefox/downloads/latest/bitwarden-password-manager/latest.xpi"; |
| 77 | installation_mode = "normal_installed"; | 77 | installation_mode = "normal_installed"; |
| 78 | private_browsing = true; | ||
| 78 | }; | 79 | }; |
| 79 | # SponsorBlock | 80 | # SponsorBlock |
| 80 | "sponsorBlocker@ajay.app" = { | 81 | "sponsorBlocker@ajay.app" = { |
