feat: Added zen
This commit is contained in:
@@ -9,7 +9,6 @@
|
|||||||
];
|
];
|
||||||
programs.zen-browser = {
|
programs.zen-browser = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = lib.mkDefault null;
|
|
||||||
profiles.default = {
|
profiles.default = {
|
||||||
extensions.packages = with pkgs.nur.repos.rycee.firefox-addons; [
|
extensions.packages = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||||
privacy-badger
|
privacy-badger
|
||||||
|
|||||||
@@ -6,4 +6,15 @@
|
|||||||
polkitPolicyOwners = ["servius"];
|
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