50 lines
797 B
Nix
50 lines
797 B
Nix
{
|
|
"art" = [
|
|
{
|
|
deviantart = [
|
|
{
|
|
abbr = "DA";
|
|
href = "https://deviantart.com/";
|
|
description = "";
|
|
}
|
|
];
|
|
}
|
|
{
|
|
furaffinity = [
|
|
{
|
|
abbr = "FA";
|
|
href = "https://furaffinity.net/";
|
|
description = "";
|
|
}
|
|
];
|
|
}
|
|
{
|
|
patreon = [
|
|
{
|
|
abbr = "PT";
|
|
href = "https://patreon.com/";
|
|
description = "";
|
|
}
|
|
];
|
|
}
|
|
{
|
|
pillowfort = [
|
|
{
|
|
abbr = "MJ";
|
|
href = "https://www.midjourney.com";
|
|
description = "";
|
|
}
|
|
];
|
|
}
|
|
{
|
|
tumblr = [
|
|
{
|
|
abbr = "TB";
|
|
href = "https://tumblr.com/";
|
|
description = "";
|
|
}
|
|
];
|
|
}
|
|
];
|
|
}
|