(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" = {
|
||||
definedAliases = [ "@sakosearch" ];
|
||||
icon =
|
||||
"${pkgs.searxng}/share/static/themes/simple/img/favicon.svg";
|
||||
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 = [{
|
||||
|
|
Loading…
Reference in a new issue