Add EnCours Search
This commit is contained in:
parent
705541327a
commit
157cc8f902
|
|
@ -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
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue