mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 23:29: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 =
|
widgets =
|
||||||
lib.singleton {
|
lib.singleton {
|
||||||
type = "search";
|
type = "search";
|
||||||
search-engine = "google";
|
search-engine = "https://search.splitleaf.de/search?q={QUERY}";
|
||||||
autofocus = true;
|
autofocus = true;
|
||||||
}
|
}
|
||||||
++ applicationSites
|
++ applicationSites
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue