From 705a16aa3c345f9b4e1c0fdd032f498e906a8f01 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sun, 7 Dec 2025 12:05:25 +0100 Subject: tweak(workstation): tune Firefox preferences --- nixos/profiles/workstation/graphical.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nixos') diff --git a/nixos/profiles/workstation/graphical.nix b/nixos/profiles/workstation/graphical.nix index b09108c..a9202ad 100644 --- a/nixos/profiles/workstation/graphical.nix +++ b/nixos/profiles/workstation/graphical.nix @@ -87,10 +87,14 @@ # about:config preferences # We're setting them via extraPrefs because policies.Preferences doesn't support all about:config preferences. "browser.aboutConfig.showWarning" = false; + "browser.ml.chat.menu" = false; "browser.tabs.insertAfterCurrent" = true; + "browser.translations.automaticallyPopup" = false; "browser.uidensity" = 1; "extensions.activeThemeID" = "firefox-compact-dark@mozilla.org"; # can be changed via UI despite this about:config setting being locked + "identity.fxaccounts.enabled" = false; "layout.css.devPixelsPerPx" = "1.2"; # with this the default Firefox font size matches my terminal font size of 14px + "toolkit.legacyUserProfileCustomizations.stylesheets" = true; }; in (pkgs.wrapFirefox pkgs.firefox-unwrapped { -- cgit v1.3.1