testing kagi

This commit is contained in:
2024-11-02 22:24:33 -04:00
parent af71cb796e
commit dea58e0413
3 changed files with 20 additions and 1 deletions

View File

@@ -98,6 +98,7 @@
"isal",
"jnoortheen",
"jsbc",
"kagi",
"kuma",
"levelname",
"libglvnd",

View File

@@ -16,6 +16,11 @@
sponsorblock
ublock-origin
];
search = {
force = true;
default = "kagi";
order = [ "kagi" "DuckDuckGo" "Google" ];
};
search.engines = {
"Nix Options" = {
urls = [
@@ -63,8 +68,21 @@
icon = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
definedAliases = [ "@n" ];
};
"kagi" = {
urls = [
{
template = "https://kagi.com/search?";
params = [
{
name = "q";
value = "{searchTerms}";
}
];
}
];
icon = ./kagi.png;
};
};
search.force = true;
settings = {
# SECTION: FASTFOX
# GENERAL

Binary file not shown.

After

Width:  |  Height:  |  Size: 924 B