homepage finished, flame deprecated
This commit is contained in:
44
modules/servers/homepage/bookmarks/entertainment.nix
Normal file
44
modules/servers/homepage/bookmarks/entertainment.nix
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"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/";
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user