From 7d520d8cec943309a19e7c08471d1377b3e8faa0 Mon Sep 17 00:00:00 2001 From: Tibo De Peuter Date: Thu, 25 Sep 2025 21:38:19 +0200 Subject: [PATCH] [firefox] Remove sponsors --- nixos/users/tdpeuter/firefox.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/nixos/users/tdpeuter/firefox.nix b/nixos/users/tdpeuter/firefox.nix index 7f9a47f..09cd1d6 100644 --- a/nixos/users/tdpeuter/firefox.nix +++ b/nixos/users/tdpeuter/firefox.nix @@ -30,6 +30,18 @@ in { "amazon@search.mozilla.org".installation_mode = "blocked"; "google@search.mozilla.org".installation_mode = "blocked"; }; + + # Anything in about:config + Preferences = { + "browser.newtabpage.activity-stream.showSponsoredCheckboxes" = { + Value = false; + Status = "locked"; + }; + "browser.newtabpage.pinned" = { + Value = "[]"; + Status = "default"; + }; + }; }; # Support smart cards