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