Working search
This commit is contained in:
parent
f2adbd5897
commit
b1181ec4f2
3 changed files with 83 additions and 17 deletions
|
@ -138,9 +138,14 @@
|
|||
]));
|
||||
|
||||
SearchEngines = {
|
||||
Default = "DuckDuckGo";
|
||||
Default = "Federated Nexus Search";
|
||||
PreventInstalls = true;
|
||||
Add = [
|
||||
{
|
||||
Name = "Federated Nexus Search";
|
||||
URLTemplate = "https://search.federated.nexus/search?q={searchTerms}";
|
||||
IconURL = "https://federated.nexus/images/icon.svg";
|
||||
}
|
||||
{
|
||||
Name = "Nix Package Search";
|
||||
URLTemplate = "https://search.nixos.org/packages?channel=unstable&query={searchTerms}";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue