From 8a85f8626ed69967b9c47d1e0899238e1287373a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Wed, 27 Aug 2025 21:02:12 +0800 Subject: [PATCH] vanadium/firefox: use leta --- nix/configurations/vanadium/home/firefox.nix | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/nix/configurations/vanadium/home/firefox.nix b/nix/configurations/vanadium/home/firefox.nix index 59ecdf89..d65bde65 100644 --- a/nix/configurations/vanadium/home/firefox.nix +++ b/nix/configurations/vanadium/home/firefox.nix @@ -10,8 +10,17 @@ in { policies = { SearchEngines = { - Default = "Google"; + Default = "leta"; + Remove = ["Google"]; Add = [ + { + Name = "leta"; + Alias = "@lt"; + IconURL = "https://leta.mullvad.net/favicon.ico"; + URLTemplate = "https://leta.mullvad.net/search?q={searchTerms}&engine=brave"; + SuggestURLTemplate = "https://suggestqueries.google.com/complete/search?q={searchTerms}"; + } + # Forges { Name = "GitHub";