From 79194e564099067fe42493ee501abbdaacd6ad1c Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Wed, 8 Nov 2023 23:12:14 +0100 Subject: [PATCH] test firefox config --- modules/home/firefox/default.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/modules/home/firefox/default.nix b/modules/home/firefox/default.nix index 1c5d75b..2192111 100755 --- a/modules/home/firefox/default.nix +++ b/modules/home/firefox/default.nix @@ -12,13 +12,13 @@ OfferToSaveLoginsDefault = false; PasswordManagerEnabled = false; DontCheckDefaultBrowser = true; - # FirefoxHome = { - # Search = true; - # Pocket = false; - # Snippets = false; - # TopSites = false; - # Highlights = false; - # }; + FirefoxHome = { + Search = true; + Pocket = false; + Snippets = false; + TopSites = false; + Highlights = false; + }; UserMessaging = { ExtensionRecommendations = false; SkipOnboarding = true;