From 81f59c50d6abb5fda258dd5c1cb022155400bcb1 Mon Sep 17 00:00:00 2001 From: Nico Date: Sun, 15 Feb 2026 18:39:06 +1100 Subject: [PATCH] firefox: update installed extensions --- modules/browser/firefox.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/modules/browser/firefox.nix b/modules/browser/firefox.nix index 5eeb88c..83682fb 100644 --- a/modules/browser/firefox.nix +++ b/modules/browser/firefox.nix @@ -8,6 +8,18 @@ installation_mode = "force_installed"; install_url = "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"; }; + "gdpr@cavi.au.dk" = { + installation_mode = "force_installed"; + install_url = "https://addons.mozilla.org/firefox/downloads/latest/consent-o-matic/latest.xpi"; + }; + "{cb31ec5d-c49a-4e5a-b240-16c767444f62}" = { + installation_mode = "force_installed"; + install_url = "https://addons.mozilla.org/firefox/downloads/latest/indie-wiki-buddy/latest.xpi"; + }; + "myallychou@gmail.com" = { + installation_mode = "force_installed"; + install_url = "https://addons.mozilla.org/firefox/downloads/latest/youtube-recommended-videos/latest.xpi"; + }; "@testpilot-containers" = { installation_mode = "force_installed"; install_url = "https://addons.mozilla.org/firefox/downloads/latest/multi-account-containers/latest.xpi";