From 9174bda378bcf5c366543de2baf44f9add35722b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Fri, 28 Nov 2025 18:42:17 +0800 Subject: [PATCH] home/{firefox,zen-browser}: turn of AI search in brave --- nix/homeModules/common/firefox.nix | 2 +- nix/homeModules/common/zen-browser.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}"; } ];