feat: Added zen

This commit is contained in:
uttarayan21
2025-08-13 20:32:10 +05:30
parent 7e6f72a7d0
commit 4afa27833e
2 changed files with 11 additions and 1 deletions

View File

@@ -9,7 +9,6 @@
];
programs.zen-browser = {
enable = true;
package = lib.mkDefault null;
profiles.default = {
extensions.packages = with pkgs.nur.repos.rycee.firefox-addons; [
privacy-badger

View File

@@ -6,4 +6,15 @@
polkitPolicyOwners = ["servius"];
};
};
environment.etc = {
"1password/custom_allowed_browsers" = {
text = ''
.zen-wrapped
.zen-beta-wrapped
zen
zen-beta
''; # or just "zen" if you use unwrapped package
mode = "0755";
};
};
}