feat: Added zen
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user