homepage finished, flame deprecated
This commit is contained in:
44
modules/servers/homepage/bookmarks/torrents.nix
Normal file
44
modules/servers/homepage/bookmarks/torrents.nix
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"torrents" = [
|
||||
{
|
||||
docspedia = [
|
||||
{
|
||||
abbr = "DP";
|
||||
href = "https://docspedia.world/";
|
||||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
teamos = [
|
||||
{
|
||||
abbr = "TM";
|
||||
href = "https://teamos.xyz/";
|
||||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
iptorrents = [
|
||||
{
|
||||
abbr = "IPT";
|
||||
href = "https://iptorrents.com/";
|
||||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
itatorrents = [
|
||||
{
|
||||
abbr = "ITA";
|
||||
href = "https://itatorrents.xyz/";
|
||||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
fearnopeer = [
|
||||
{
|
||||
abbr = "FNP";
|
||||
href = "https://fearnopeer.com/";
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user