Files
NixOS/modules/servers/homepage/bookmarks/torrents.nix

45 lines
668 B
Nix

{
"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/";
}
];
}
];
}