fix noogle custom search engine

This commit is contained in:
xunuwu 2025-06-06 14:32:08 +02:00
parent 9d5414f614
commit d6ed128d6b
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI

View file

@ -64,9 +64,9 @@
definedAliases = ["@cr"]; definedAliases = ["@cr"];
}; };
"noogle" = { "noogle" = {
url = mkUrl "https://noogle.dev/q?term={searchTerms}"; urls = mkUrl "https://noogle.dev/q?term={searchTerms}";
icon = "https://noogle.dev/favicon.png"; icon = "https://noogle.dev/favicon.png";
definedAliases = ["@noogle"]; definedAliases = ["@nog"];
}; };
"google".metaData.alias = "@go"; "google".metaData.alias = "@go";