From 8de11f3b12f76d7f90458d174241a0e4e0742fd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Tue, 12 Aug 2025 09:32:34 +0200 Subject: [PATCH] Revert "vanadium: prepend -ai in every query" This reverts commit 8fade47f8c2e98fa3b2c89592472bed619216b49. --- nix/configurations/vanadium/home/firefox.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"];