11 lines
353 B
Nix
11 lines
353 B
Nix
|
{
|
||
|
flake.modules.homeManager.gui.programs.librewolf.profiles.default.settings = {
|
||
|
"browser.search.isUS" = false;
|
||
|
"browser.search.region" = "GB";
|
||
|
"distribution.searchplugins.defaultLocale" = "en-GB";
|
||
|
"general.useragent.locale" = "en-GB";
|
||
|
"intl.accept_languages" = "en-GB, en";
|
||
|
"intl.regional_prefs.use_os_locales" = true;
|
||
|
};
|
||
|
}
|