get search-engine icons from url instead of local file
otherwise the icons wont load when copying the search engines over to windows :p
This commit is contained in:
parent
85f9d445e8
commit
c5bc75d893
1 changed files with 2 additions and 2 deletions
|
|
@ -22,12 +22,12 @@
|
|||
};
|
||||
"Nix Packages" = {
|
||||
urls = mkUrl "https://search.nixos.org/packages?channel=unstable&query={searchTerms}";
|
||||
icon = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
|
||||
icon = "https://nixos.org/favicon.svg";
|
||||
definedAliases = ["@np"];
|
||||
};
|
||||
"NixOS Options" = {
|
||||
urls = mkUrl "https://search.nixos.org/options?channel=unstable&query={searchTerms}";
|
||||
icon = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
|
||||
icon = "https://nixos.org/favicon.svg";
|
||||
definedAliases = ["@no"];
|
||||
};
|
||||
"GitHub" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue