feat: set some settings for zen-browser.
This commit is contained in:
parent
89f249a7aa
commit
8c6f0d7067
3 changed files with 41 additions and 1 deletions
|
|
@ -16,7 +16,18 @@
|
|||
programs.zen-browser = {
|
||||
enable = true;
|
||||
profiles = {
|
||||
main = {};
|
||||
main = {
|
||||
extensions.packages = with inputs.firefox-addons.packages.${pkgs.stdenv.hostPlatform.system}; [
|
||||
ublock-origin
|
||||
dearrow
|
||||
keepassxc-browser
|
||||
libredirect
|
||||
sponsorblock
|
||||
];
|
||||
mods = [
|
||||
"f7c71d9a-bce2-420f-ae44-a64bd92975ab" # Better unloaded tabs
|
||||
];
|
||||
};
|
||||
};
|
||||
policies = {
|
||||
AutofillAddressEnabled = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue