mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 14:19:08 +01:00
glance Set self hosted searxng as the default for the search widget
This commit is contained in:
parent
526937eb39
commit
31e26cfe37
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ in
|
|||
widgets =
|
||||
lib.singleton {
|
||||
type = "search";
|
||||
search-engine = "google";
|
||||
search-engine = "https://search.splitleaf.de/search?q={QUERY}";
|
||||
autofocus = true;
|
||||
}
|
||||
++ applicationSites
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue