diff --git a/modules/desktop/firefox.nix b/modules/desktop/firefox.nix index 3674f76..5e936c4 100644 --- a/modules/desktop/firefox.nix +++ b/modules/desktop/firefox.nix @@ -13,6 +13,7 @@ Preferences = builtins.mapAttrs (n: v: { Value = v; Status = "locked"; }) { + "browser.chrome.toolbar_tips" = false; # https://bugzilla.mozilla.org/show_bug.cgi?id=148624 "browser.contentblocking.category" = "strict"; "browser.zoom.siteSpecific" = false; "extensions.formautofill.addresses.enabled" = false;