From b9f67cdb9762b798cdc80d82be7c8373519640b3 Mon Sep 17 00:00:00 2001 From: Nick Date: Mon, 20 Oct 2025 23:07:10 -0500 Subject: [PATCH] feat: added odysee to bookmarks --- .../floorp/config/bookmarks/config/socialMedia.nix | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/modules/home/gui/apps/browsers/floorp/config/bookmarks/config/socialMedia.nix b/modules/home/gui/apps/browsers/floorp/config/bookmarks/config/socialMedia.nix index 27839b6..246a906 100755 --- a/modules/home/gui/apps/browsers/floorp/config/bookmarks/config/socialMedia.nix +++ b/modules/home/gui/apps/browsers/floorp/config/bookmarks/config/socialMedia.nix @@ -80,6 +80,15 @@ in ]; keyword = "IG"; } + { + name = "Odysee"; + url = "https://odysee.com"; + tags = [ + "odysee" + "video" + ]; + keyword = "Odysee"; + } { name = "OnlyFans"; url = "https://onlyfans.com"; @@ -178,7 +187,8 @@ in url = "https://studio.youtube.com/channel/UCy9yYcDx2XuVVgcWLJJDoxw"; tags = [ "studio" - ] ++ youtubeTags; + ] + ++ youtubeTags; keyword = "Studio"; } {