From 3f18fcb00732f9df2299e2f80b0d33bfd52ce620 Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Mon, 6 Jun 2022 21:53:51 +0200 Subject: home: firefox: update firefox to v100 --- home/config/firefox/default.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'home/config/firefox/default.nix') diff --git a/home/config/firefox/default.nix b/home/config/firefox/default.nix index 4986163..fce1217 100644 --- a/home/config/firefox/default.nix +++ b/home/config/firefox/default.nix @@ -25,14 +25,22 @@ let "privacy.clearOnShutdown.siteSettings" = true; # 2811 # Personal + ## Warnings "browser.tabs.warnOnClose" = false; "browser.tabs.warnOnCloseOtherTabs" = false; + ## Updates + "app.update.auto" = false; + "browser.search.update" = false; + ## Appearance + "toolkit.legacyUserProfileCustomizations.stylesheets" = true; + ## Content behavior "clipboard.autocopy" = false; + ## UX behavior "browser.quitShortcut.disabled" = true; "browser.tabs.closeWindowWithLastTab" = false; + ## UX features "extensions.pocket.enabled" = false; "identity.fxaccounts.enabled" = false; - "toolkit.legacyUserProfileCustomizations.stylesheets" = true; }; userchrome-treestyletabs = '' -- cgit v1.2.3