From ca0d42361520c1df1624e588df7539bdbe172177 Mon Sep 17 00:00:00 2001 From: zackartz Date: Sat, 27 Apr 2024 18:08:08 -0400 Subject: [PATCH] 482 current 2024-04-27 18:07:59 24.05.20240427.9d3911e 6.8.6-zen1 * --- flake.nix | 2 +- modules/home-manager/firefox.nix | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 0b87428..d8a5da0 100644 --- a/flake.nix +++ b/flake.nix @@ -101,7 +101,7 @@ modules = [ "${nixpkgs}/nixos/modules/installer/cd-dvd/installation-cd-graphical-plasma5.nix" "${nixpkgs}/nixos/modules/installer/cd-dvd/installation-cd-minimal.nix" - ./hosts/live/configuration.nix + # ./hosts/live/configuration.nix ]; }; diff --git a/modules/home-manager/firefox.nix b/modules/home-manager/firefox.nix index fae06c3..0b3e86a 100644 --- a/modules/home-manager/firefox.nix +++ b/modules/home-manager/firefox.nix @@ -37,6 +37,9 @@ in { "browser.newtabpage.activity-stream.section.highlights.includePocket" = lock-false; "browser.newtabpage.enhanced" = lock-false; "browser.newtabpage.introShown" = lock-true; + "browser.newtabpage.activity-stream.showSponsoredTopSites" = lock-false; + "browser.newtabpage.activity-stream.showSponsored" = lock-false; + "browser.newtabpage.activity-stream.system.showSponsored" = lock-false; "browser.safebrowsing.appRepURL" = { Value = ""; Status = "locked"; @@ -70,6 +73,7 @@ in { "browser.urlbar.quicksuggest.enabled" = lock-false; "browser.urlbar.speculativeConnect.enabled" = lock-false; "browser.urlbar.trimURLs" = lock-false; + "browser.urlbar.suggest.quicksuggest.sponsored" = lock-false; "datareporting.healthreport.service.enabled" = lock-false; "datareporting.healthreport.uploadEnabled" = lock-false; "datareporting.policy.dataSubmissionEnabled" = lock-false;