50 lines
819 B
Nix
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 = "";
|
|
}
|
|
];
|
|
}
|
|
];
|
|
}
|