Add EnCours Search
This commit is contained in:
parent
705541327a
commit
157cc8f902
|
|
@ -9,8 +9,8 @@
|
||||||
isDefault = true;
|
isDefault = true;
|
||||||
search = {
|
search = {
|
||||||
force = true;
|
force = true;
|
||||||
default = "DuckDuckGo";
|
default = "EnCours";
|
||||||
order = [ "DuckDuckGo" "Google" ];
|
order = [ "EnCours" "DuckDuckGo" "Google" ];
|
||||||
engines = {
|
engines = {
|
||||||
"Nix Packages" = {
|
"Nix Packages" = {
|
||||||
urls = [{
|
urls = [{
|
||||||
|
|
@ -81,6 +81,11 @@
|
||||||
[{ template = "https://www.geoguessr.com/join/{searchTerms}"; }];
|
[{ template = "https://www.geoguessr.com/join/{searchTerms}"; }];
|
||||||
definedAliases = [ "@ggj" ];
|
definedAliases = [ "@ggj" ];
|
||||||
};
|
};
|
||||||
|
"EnCours" = {
|
||||||
|
urls =
|
||||||
|
[{ template = "https://search.encours.xyz/search?q={searchTerms}"; }];
|
||||||
|
definedAliases = [ "@enc" ];
|
||||||
|
};
|
||||||
"Google".metaData.alias =
|
"Google".metaData.alias =
|
||||||
"@g"; # builtin engines only support specifying one additional alias
|
"@g"; # builtin engines only support specifying one additional alias
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue