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}";