From 80cc4a51101244605d24a78dccc00e2dbc2e4482 Mon Sep 17 00:00:00 2001 From: Gabriel Fontes Date: Mon, 22 Jul 2024 15:30:57 -0300 Subject: [PATCH] fix(home/firefox): overwrite search settings --- home/gabriel/features/desktop/common/firefox.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/gabriel/features/desktop/common/firefox.nix b/home/gabriel/features/desktop/common/firefox.nix index 86461c2a..dffacb7a 100644 --- a/home/gabriel/features/desktop/common/firefox.nix +++ b/home/gabriel/features/desktop/common/firefox.nix @@ -8,6 +8,7 @@ enable = true; profiles.gabriel = { search = { + force = true; default = "Kagi"; privateDefault = "DuckDuckGo"; order = ["Kagi" "DuckDuckGo" "Google"];