NixOS/modules/servers/homepage/bookmarks/entertainment.nix

45 lines
679 B
Nix

{
"entertainment" = [
{
epicgames = [
{
abbr = "EG";
href = "https://store.epicgames.com/";
}
];
}
{
deezer = [
{
abbr = "DZ";
href = "https://deezer.com/us/";
}
];
}
{
readcomiconline = [
{
abbr = "RCO";
href = "https://readcomiconline.li/";
}
];
}
{
primevideo = [
{
abbr = "PV";
href = "https://primevideo.com/";
}
];
}
{
youtube = [
{
abbr = "YT";
href = "https://youtube.com/";
}
];
}
];
}