diff --git a/nix/homeModules/common/firefox.nix b/nix/homeModules/common/firefox.nix index 7137f265..231eed2d 100644 --- a/nix/homeModules/common/firefox.nix +++ b/nix/homeModules/common/firefox.nix @@ -12,8 +12,11 @@ in { # https://mozilla.github.io/policy-templates # The following have more complex logic, keep them as policies and not profiles policies = { - # Trans lations are of poor quality anyways - RequestedLocales = ["en-US"]; + RequestedLocales = [ + "fr-FR" # for fuck sake stop showing me translated version of French gov sites + "zh-TW" + "en-US" + ]; SearchEngines = { Remove = ["Bing" "DuckDuckGo" "Qwant" "eBay"];