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

50 lines
866 B
Nix

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