feat: added odysee to bookmarks

This commit is contained in:
Nick 2025-10-20 23:07:10 -05:00
parent 5067ddbc95
commit b9f67cdb97

View file

@ -80,6 +80,15 @@ in
]; ];
keyword = "IG"; keyword = "IG";
} }
{
name = "Odysee";
url = "https://odysee.com";
tags = [
"odysee"
"video"
];
keyword = "Odysee";
}
{ {
name = "OnlyFans"; name = "OnlyFans";
url = "https://onlyfans.com"; url = "https://onlyfans.com";
@ -178,7 +187,8 @@ in
url = "https://studio.youtube.com/channel/UCy9yYcDx2XuVVgcWLJJDoxw"; url = "https://studio.youtube.com/channel/UCy9yYcDx2XuVVgcWLJJDoxw";
tags = [ tags = [
"studio" "studio"
] ++ youtubeTags; ]
++ youtubeTags;
keyword = "Studio"; keyword = "Studio";
} }
{ {