mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 20:09:07 +01:00
searxng: Enable autocompletion and favicons
This commit is contained in:
parent
a94e7e8898
commit
9fcbb238be
1 changed files with 4 additions and 0 deletions
|
|
@ -29,6 +29,10 @@ in
|
|||
"searx.plugins.infinite_scroll.SXNGPlugin".active = true;
|
||||
"searx.plugins.self_info.SXNGPlugin".active = true;
|
||||
};
|
||||
search = {
|
||||
autocomplete = "duckduckgo";
|
||||
favicon_resolver = "duckduckgo";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue