firefox: set default search engine

This commit is contained in:
Leonardo Eugênio 2024-02-18 22:10:40 -03:00
parent 3b05a090d6
commit fd9628423b

View file

@ -59,6 +59,7 @@ in {
profiles = { profiles = {
main = { main = {
isDefault = true; isDefault = true;
search.default = "DuckDuckGo";
settings = { settings = {
"devtools.theme" = "auto"; "devtools.theme" = "auto";
"toolkit.legacyUserProfileCustomizations.stylesheets" = true; "toolkit.legacyUserProfileCustomizations.stylesheets" = true;