(modules) desktop/browsers/firefox: bismillah before using fetchurl
This commit is contained in:
parent
f7c22d963a
commit
f1df9f0609
1 changed files with 5 additions and 2 deletions
|
@ -73,8 +73,11 @@ in {
|
||||||
};
|
};
|
||||||
"sakosearch" = {
|
"sakosearch" = {
|
||||||
definedAliases = [ "@sakosearch" ];
|
definedAliases = [ "@sakosearch" ];
|
||||||
icon =
|
icon = pkgs.fetchurl {
|
||||||
"${pkgs.searxng}/share/static/themes/simple/img/favicon.svg";
|
url =
|
||||||
|
"https://raw.githubusercontent.com/searxng/searxng/refs/heads/master/src/brand/searxng-wordmark.svg";
|
||||||
|
hash = "sha256-TwwPUNL+IRRjLY7Xmd466F474vglkvpJUYa+fBwDzFI=";
|
||||||
|
};
|
||||||
urls = [{
|
urls = [{
|
||||||
template = "https://search.sako.box/search";
|
template = "https://search.sako.box/search";
|
||||||
params = [{
|
params = [{
|
||||||
|
|
Loading…
Reference in a new issue