mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-05-20 21:32:33 +02:00
e620c5296f
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
51 lines
1018 B
Nix
51 lines
1018 B
Nix
[
|
|
{
|
|
name = "Entertainment";
|
|
icon = "movie";
|
|
bookmarks = [
|
|
{
|
|
name = "Youtube";
|
|
url = "https://youtube.com";
|
|
}
|
|
{
|
|
name = "Jellyfin";
|
|
url = "https://media.hadi.icu";
|
|
}
|
|
{
|
|
name = "Seerr";
|
|
url = "https://demandemedia.hadi.icu";
|
|
}
|
|
{
|
|
name = "Social Media";
|
|
icon = "group";
|
|
bookmarks = [
|
|
{
|
|
name = "Medium";
|
|
url = "https://medium.com";
|
|
}
|
|
{
|
|
name = "Bluesky";
|
|
url = "https://bsky.app";
|
|
}
|
|
{
|
|
name = "Reddit";
|
|
url = "https://reddit.com";
|
|
}
|
|
{
|
|
name = "Instagram";
|
|
url = "https://instagram.com";
|
|
}
|
|
{
|
|
name = "Discord";
|
|
url = "https://discord.com/channels/@me/";
|
|
}
|
|
{
|
|
name = "Gitlab";
|
|
url = "https://gitlab.com/";
|
|
}
|
|
];
|
|
}
|
|
];
|
|
}
|
|
]
|