50 lines
841 B
Nix

{
"art" = [
{
deviantart = [
{
abbr = "DA";
href = "https://deviantart.com/";
description = "DeviantArt";
}
];
}
{
furaffinity = [
{
abbr = "FA";
href = "https://furaffinity.net/";
description = "FurAffinity";
}
];
}
{
patreon = [
{
abbr = "PT";
href = "https://patreon.com/";
description = "Patreon";
}
];
}
{
pillowfort = [
{
abbr = "MJ";
href = "https://www.midjourney.com";
description = "PillowFort";
}
];
}
{
tumblr = [
{
abbr = "TB";
href = "https://tumblr.com/";
description = "Tumblr";
}
];
}
];
}