add noogle as search

This commit is contained in:
Schrottkatze 2024-01-30 19:51:23 +01:00
parent f4cfd21eb8
commit aaedddb6c2
Signed by: schrottkatze
GPG key ID: 5621290CA02C7BD8

View file

@ -186,6 +186,19 @@
icon = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
definedAliases = ["nxwk"];
};
"Noogle" = {
urls = [
{
template = "https://noogle.dev/q?term={searchTerms}";
params = [
{
name = "q";
value = "{searchTerms}";
}
];
}
];
};
"lib.rs" = {
urls = [
{