From 4be0e2fa166b39afb58dc45da18f7c524922a803 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Wed, 6 Nov 2024 15:19:39 +0100 Subject: [PATCH] add more firefox addons --- programs/desktop/firefox/default.nix | 53 ++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) diff --git a/programs/desktop/firefox/default.nix b/programs/desktop/firefox/default.nix index 87a5b3c8..31defd15 100644 --- a/programs/desktop/firefox/default.nix +++ b/programs/desktop/firefox/default.nix @@ -43,6 +43,59 @@ "search" "theme" ]; + "darkreader" = [ + "alarms" + "contextMenus" + "storage" + "tabs" + "theme" + "" + ]; + "plasma-integration" = [ + "nativeMessaging" + "notifications" + "storage" + "downloads" + "tabs" + "" + "contextMenus" + "*://*/*" + ]; + "keepassxc-browser" = [ + "activeTab" + "clipboardWrite" + "contextMenus" + "cookies" + "nativeMessaging" + "notifications" + "storage" + "tabs" + "webNavigation" + "webRequest" + "webRequestBlocking" + "https://*/*" + "http://*/*" + "https://api.github.com/" + "" + ]; + "sponsorblock" = [ + "storage" + "scripting" + "https://sponsor.ajay.app/*" + "https://*.youtube.com/*" + "https://www.youtube-nocookie.com/embed/*" + ]; + "dearrow" = [ + "storage" + "unlimitedStorage" + "alarms" + "https://sponsor.ajay.app/*" + "https://dearrow-thumb.ajay.app/*" + "https://*.googlevideo.com/*" + "https://*.youtube.com/*" + "https://www.youtube-nocookie.com/embed/*" + "scripting" + ]; }; in { programs.firefox = {