summaryrefslogtreecommitdiff
path: root/hm/soft
diff options
context:
space:
mode:
Diffstat (limited to 'hm/soft')
-rw-r--r--hm/soft/browser.nix21
1 files changed, 21 insertions, 0 deletions
diff --git a/hm/soft/browser.nix b/hm/soft/browser.nix
index fd57809..1047c38 100644
--- a/hm/soft/browser.nix
+++ b/hm/soft/browser.nix
@@ -50,6 +50,27 @@ in
};
};
};
+ extensions = {
+ force = true;
+ packages = with pkgs.nur.repos.rycee.firefox-addons; [
+ ublock-origin
+ sidebery
+ bitwarden
+ buster-captcha-solver
+ sponsorblock
+ dearrow
+ darkreader
+ violentmonkey
+ i-dont-care-about-cookies
+ keepassxc-browser
+ noscript
+ privacy-settings
+ protondb-for-steam
+ steam-database
+ terms-of-service-didnt-read
+ unpaywall
+ ];
+ };
settings = {
"identity.fxaccounts.enabled" = true;