mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49: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
|
|
@ -5,6 +5,9 @@ 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"];
|
||||
|
||||
SearchEngines = {
|
||||
Remove = ["Bing" "DuckDuckGo" "Qwant" "eBay"];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue