From 8f1eb2c9c843c76938423e415a3dc452bb92ecac Mon Sep 17 00:00:00 2001 From: Schrottkatze Date: Thu, 23 Nov 2023 14:51:38 +0100 Subject: [PATCH] add cookie-autodelete extension --- modules/desktop/firefox.nix | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/modules/desktop/firefox.nix b/modules/desktop/firefox.nix index 798a910..979b2a4 100644 --- a/modules/desktop/firefox.nix +++ b/modules/desktop/firefox.nix @@ -25,19 +25,20 @@ "https://addons.mozilla.org/firefox/downloads/latest/torproject-snowflake" "https://addons.mozilla.org/firefox/downloads/latest/bitwarden-password-manager" "https://addons.mozilla.org/firefox/downloads/latest/terms-of-service-didnt-read" + "https://addons.mozilla.org/firefox/downloads/latest/cookie-autodelete" ]; Extensions.Uninstall = [ - "google@search.mozilla.org" - "bing@search.mozilla.org" - "amazondotcom@search.mozilla.org" - "ebay@search.mozilla.org" - "twitter@search.mozilla.org" + "google@search.mozilla.org" + "bing@search.mozilla.org" + "amazondotcom@search.mozilla.org" + "ebay@search.mozilla.org" + "twitter@search.mozilla.org" ]; SearchEngines = [ - "Google" - "Bing" - "Amazon.com" - "eBay" + "Google" + "Bing" + "Amazon.com" + "eBay" "Twitter" ]; "DisableFirefoxStudies" = true;