diff --git a/nix/configurations/vanadium/home/firefox.nix b/nix/configurations/vanadium/home/firefox.nix index e1e0616c..b695df02 100644 --- a/nix/configurations/vanadium/home/firefox.nix +++ b/nix/configurations/vanadium/home/firefox.nix @@ -32,7 +32,7 @@ in { Description = "Your data yum yum (but ${lr'} in ${hl'})"; IconURL = "https://google.com/favicon.ico"; SuggestURLTemplate = "https://suggestqueries.google.com/complete/search?q={searchTerms}&lr=${lr}&hl=${hl}"; - URLTemplate = "https://google.com/search?q=-ai+{searchTerms}&lr=${lr}&hl=${hl}"; + URLTemplate = "https://google.com/search?q={searchTerms}&lr=${lr}&hl=${hl}"; } ) { lr = ["lang_fr" "lang_en" "lang_zh-TW"];