From fd9628423ba53c909541e541e40de2a9caab40f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Sun, 18 Feb 2024 22:10:40 -0300 Subject: [PATCH] firefox: set default search engine --- user/firefox.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/user/firefox.nix b/user/firefox.nix index ea3c3b5..233e3e2 100644 --- a/user/firefox.nix +++ b/user/firefox.nix @@ -59,6 +59,7 @@ in { profiles = { main = { isDefault = true; + search.default = "DuckDuckGo"; settings = { "devtools.theme" = "auto"; "toolkit.legacyUserProfileCustomizations.stylesheets" = true;