From 0255666a819fd4fede2a588cf8d43b2c486f809e Mon Sep 17 00:00:00 2001 From: Nick Date: Sat, 8 Mar 2025 01:19:37 -0600 Subject: [PATCH] feat: added SearXNG bookmark --- .../config/bookmarks/config/flake/selfHosted.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/modules/home/gui/apps/browsers/floorp/config/bookmarks/config/flake/selfHosted.nix b/modules/home/gui/apps/browsers/floorp/config/bookmarks/config/flake/selfHosted.nix index 31b465c..dbfffe6 100755 --- a/modules/home/gui/apps/browsers/floorp/config/bookmarks/config/flake/selfHosted.nix +++ b/modules/home/gui/apps/browsers/floorp/config/bookmarks/config/flake/selfHosted.nix @@ -171,6 +171,16 @@ in ]; keyword = "Router"; } + { + name = "${instances.searx.label} (Internet)"; + url = "https://${instances.searx.subdomain}.${instances.web.domains.url0}"; + tags = [ + "search" + "sear" + "searx" + ]; + keyword = instances.searx.label; + } { name = "${instances.syncthing.label} (${instances.synology.label})"; url = "http://${synology.ip.address0}:${toString instances.syncthing.ports.port0}";