45 lines
657 B
Nix
45 lines
657 B
Nix
{
|
|
"art" = [
|
|
{
|
|
deviantart = [
|
|
{
|
|
abbr = "DA";
|
|
href = "https://deviantart.com/";
|
|
}
|
|
];
|
|
}
|
|
{
|
|
furaffinity = [
|
|
{
|
|
abbr = "FA";
|
|
href = "https://furaffinity.net/";
|
|
}
|
|
];
|
|
}
|
|
{
|
|
patreon = [
|
|
{
|
|
abbr = "PT";
|
|
href = "https://patreon.com/";
|
|
}
|
|
];
|
|
}
|
|
{
|
|
pillowfort = [
|
|
{
|
|
abbr = "PF";
|
|
href = "https://pillowfort.social/";
|
|
}
|
|
];
|
|
}
|
|
{
|
|
tumblr = [
|
|
{
|
|
abbr = "TB";
|
|
href = "https://tumblr.com/";
|
|
}
|
|
];
|
|
}
|
|
];
|
|
}
|