2025-07-24 02:36:50 -06:00

50 lines
819 B
Nix

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