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";