From 157cc8f902f3b3825ad4d8ca7bd263b13c62e6ac Mon Sep 17 00:00:00 2001 From: vorboyvo Date: Wed, 19 Nov 2025 14:33:36 -0500 Subject: [PATCH] Add EnCours Search --- snippets/firefox.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/snippets/firefox.nix b/snippets/firefox.nix index b1b3120..eb6fc28 100644 --- a/snippets/firefox.nix +++ b/snippets/firefox.nix @@ -9,8 +9,8 @@ isDefault = true; search = { force = true; - default = "DuckDuckGo"; - order = [ "DuckDuckGo" "Google" ]; + default = "EnCours"; + order = [ "EnCours" "DuckDuckGo" "Google" ]; engines = { "Nix Packages" = { urls = [{ @@ -81,6 +81,11 @@ [{ template = "https://www.geoguessr.com/join/{searchTerms}"; }]; definedAliases = [ "@ggj" ]; }; + "EnCours" = { + urls = + [{ template = "https://search.encours.xyz/search?q={searchTerms}"; }]; + definedAliases = [ "@enc" ]; + }; "Google".metaData.alias = "@g"; # builtin engines only support specifying one additional alias };