zen: fix 1password integration as suggested in 0xc000022070/zen-browser-flake/#43

This commit is contained in:
Christoph Hollizeck 2025-04-14 20:38:42 +02:00
parent 52d564b55e
commit 9fe06eaae1
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 249300664F2AF2C7
3 changed files with 9 additions and 11 deletions

View file

@ -23,13 +23,12 @@ in
zenbrowser
];
environment.sessionVariables.DEFAULT_BROWSER = "${zenbrowser}/bin/zen";
environment.sessionVariables.DEFAULT_BROWSER = "${zenbrowser}/bin/zen-beta";
environment.etc = {
"1password/custom_allowed_browsers" = {
text = ''
.zen-wrapped
.zen-beta-wrapp
zen
'';
mode = "0755";
};