From ccc3958b15fe0ab0736bb5afbcff81ed560dc944 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Fri, 19 Sep 2025 13:24:58 +0800 Subject: [PATCH] home: firefox locale --- nix/homeModules/common/firefox.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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"];