feat: add searxng from extremist.software to zen
This commit is contained in:
parent
da687af88c
commit
2202cd39cd
1 changed files with 14 additions and 0 deletions
14
home.nix
14
home.nix
|
|
@ -291,6 +291,20 @@
|
||||||
"zen.theme.content-element-separation" = 0;
|
"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
|
# Override the Kitty desktop entry to always launch in fullscreen
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue