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";