firefox: show NixOS wiki search engine icon

Before it was referencing:
`https://wiki.nixos.org/favicon.png`, which is not existing.
Now both icons for NixOS packages and NixOS wiki are the same
This commit is contained in:
jirafey 2024-07-23 20:42:27 +02:00 committed by jirafey
parent 7560dc942a
commit 26059c1477

View file

@ -546,7 +546,7 @@ in {
"NixOS Wiki" = { "NixOS Wiki" = {
urls = [{ template = "https://wiki.nixos.org/index.php?search={searchTerms}"; }]; urls = [{ template = "https://wiki.nixos.org/index.php?search={searchTerms}"; }];
iconUpdateURL = "https://wiki.nixos.org/favicon.png"; iconUpdateURL = "https://wiki.nixos.org/nixos.png";
updateInterval = 24 * 60 * 60 * 1000; # every day updateInterval = 24 * 60 * 60 * 1000; # every day
definedAliases = [ "@nw" ]; definedAliases = [ "@nw" ];
}; };