homepage finished, flame deprecated
This commit is contained in:
44
modules/servers/homepage/bookmarks/art.nix
Normal file
44
modules/servers/homepage/bookmarks/art.nix
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"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/";
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user