From 467f7fec425c26e6f4e70115f15b5c96534e7d5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Fri, 30 May 2025 15:02:26 +0200 Subject: [PATCH] firefox: break search engine into sections --- nix/configurations/vanadium/home/firefox.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nix/configurations/vanadium/home/firefox.nix b/nix/configurations/vanadium/home/firefox.nix index 552a0c55..079aabb4 100644 --- a/nix/configurations/vanadium/home/firefox.nix +++ b/nix/configurations/vanadium/home/firefox.nix @@ -32,6 +32,7 @@ in { + mkGlFlag "fr" + mkHlFlag "fr"; in [ + # Google and its evil empireā„¢ { Name = "Google Customized"; Alias = "G"; @@ -47,6 +48,8 @@ in { SuggestURLTemplate = withGoogleFlags "http://suggestqueries.google.com/complete/search?q={searchTerms}&ds=yt"; URLTemplate = withGoogleFlags "https://www.youtube.com/results?search_query={searchTerms}"; } + + # Forges { Name = "GitHub"; Alias = "ggh";