diff --git a/nix/homeModules/common/firefox.nix b/nix/homeModules/common/firefox.nix index 853888c9..1b0faa95 100644 --- a/nix/homeModules/common/firefox.nix +++ b/nix/homeModules/common/firefox.nix @@ -34,7 +34,7 @@ in { Name = "Brave"; Alias = "@br"; - URLTemplate = "https://search.brave.com/search?q={searchTerms}&source=web"; + URLTemplate = "https://search.brave.com/search?&summary=0&q={searchTerms}&source=web"; SuggestURLTemplate = "https://suggestqueries.google.com/complete/search?q={searchTerms}"; } ]; diff --git a/nix/homeModules/common/zen-browser.nix b/nix/homeModules/common/zen-browser.nix index 993b1175..9d7ea3ac 100644 --- a/nix/homeModules/common/zen-browser.nix +++ b/nix/homeModules/common/zen-browser.nix @@ -34,7 +34,7 @@ in { Name = "Brave"; Alias = "@br"; - URLTemplate = "https://search.brave.com/search?q={searchTerms}&source=web"; + URLTemplate = "https://search.brave.com/search?&summary=0&q={searchTerms}&source=web"; SuggestURLTemplate = "https://suggestqueries.google.com/complete/search?q={searchTerms}"; } ];