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