mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
nixos/firefox: only use en-US locale
This commit is contained in:
parent
33a7a415cc
commit
482506fcd2
2 changed files with 3 additions and 2 deletions
|
|
@ -10,8 +10,6 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
policies = {
|
policies = {
|
||||||
RequestedLocales = ["fr" "en-US" "zh-TW"];
|
|
||||||
|
|
||||||
SearchEngines = {
|
SearchEngines = {
|
||||||
Default = "Google en@en";
|
Default = "Google en@en";
|
||||||
Remove = ["Google"];
|
Remove = ["Google"];
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,9 @@ in {
|
||||||
# https://mozilla.github.io/policy-templates
|
# https://mozilla.github.io/policy-templates
|
||||||
# The following have more complex logic, keep them as policies and not profiles
|
# The following have more complex logic, keep them as policies and not profiles
|
||||||
policies = {
|
policies = {
|
||||||
|
# Trans lations are of poor quality anyways
|
||||||
|
RequestedLocales = ["en-US"];
|
||||||
|
|
||||||
SearchEngines = {
|
SearchEngines = {
|
||||||
Remove = ["Bing" "DuckDuckGo" "Qwant" "eBay"];
|
Remove = ["Bing" "DuckDuckGo" "Qwant" "eBay"];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue