(desktop) browsers/firefox: remove sakosearch
This commit is contained in:
parent
23d6ccb20b
commit
b6ca69ea92
1 changed files with 1 additions and 17 deletions
|
@ -28,8 +28,7 @@ in {
|
|||
# userChrome = ''
|
||||
# '';
|
||||
|
||||
# search.default = "DuckDuckGo";
|
||||
search.default = "sakosearch";
|
||||
search.default = "DuckDuckGo";
|
||||
search.force = true;
|
||||
search.engines = {
|
||||
"Nix Packages" = {
|
||||
|
@ -71,21 +70,6 @@ in {
|
|||
}];
|
||||
}];
|
||||
};
|
||||
"sakosearch" = {
|
||||
definedAliases = [ "@sakosearch" ];
|
||||
icon = pkgs.fetchurl {
|
||||
url =
|
||||
"https://raw.githubusercontent.com/searxng/searxng/refs/heads/master/src/brand/searxng-wordmark.svg";
|
||||
hash = "sha256-TwwPUNL+IRRjLY7Xmd466F474vglkvpJUYa+fBwDzFI=";
|
||||
};
|
||||
urls = [{
|
||||
template = "https://search.sako.box/search";
|
||||
params = [{
|
||||
name = "q";
|
||||
value = "{searchTerms}";
|
||||
}];
|
||||
}];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue