feat: add searxng from extremist.software to zen

This commit is contained in:
Jet Pham 2026-02-28 13:14:36 -08:00
parent da687af88c
commit 2202cd39cd
No known key found for this signature in database

View file

@ -291,6 +291,20 @@
"zen.theme.content-element-separation" = 0;
};
};
profiles.default = {
isDefault = true;
search = {
default = "SearXNG";
privateDefault = "SearXNG";
force = true;
engines = {
"SearXNG" = {
urls = [{ template = "https://search.extremist.software/search?q={searchTerms}"; }];
definedAliases = [ "@s" ];
};
};
};
};
};
# Override the Kitty desktop entry to always launch in fullscreen