1
0
Fork 0

firefox: add noogle

This commit is contained in:
Daniel Kempkens 2024-04-24 20:15:00 +02:00
parent b405381404
commit 10b7754d41
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -246,6 +246,18 @@
definedAliases = [ "!nixopt" ];
};
"Noogle" = {
urls = [{
template = "https://noogle.dev/q";
params = [
{ name = "term"; value = "{searchTerms}"; }
];
}];
icon = "''${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
definedAliases = [ "!nfn" ];
};
"Hex" = {
urls = [{
template = "https://hex.pm/packages";