From 815ba136b2fdfb3d1cc6ebef2a37403d3f8693ff Mon Sep 17 00:00:00 2001 From: kB01 Date: Wed, 9 Jul 2025 13:50:45 +0200 Subject: [PATCH] Fixed Brave Search-Engine --- homes/x86_64-linux/kb@Ohybke/firefox.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/homes/x86_64-linux/kb@Ohybke/firefox.nix b/homes/x86_64-linux/kb@Ohybke/firefox.nix index 295d378..b511970 100644 --- a/homes/x86_64-linux/kb@Ohybke/firefox.nix +++ b/homes/x86_64-linux/kb@Ohybke/firefox.nix @@ -39,8 +39,9 @@ in { SearchEngines.Add = [ # Only Available in ESR Releases https://mozilla.github.io/policy-templates/#searchengines--add { Name = "Brave"; - URLTemplate = "https://search.brave.com/search?q={SearchTerms}"; + URLTemplate = "https://search.brave.com/search?q={searchTerms}"; Alias = "br"; + IconURL = "https://cdn.search.brave.com/serp/v3/_app/immutable/assets/brave-search-icon.CsIFM2aN.svg"; } ]; # Extensions https://mozilla.github.io/policy-templates#extensionsettings