50 lines
799 B
Nix
50 lines
799 B
Nix
{
|
|
"social" = [
|
|
{
|
|
bsky = [
|
|
{
|
|
abbr = "BS";
|
|
href = "https://bsky.app/";
|
|
description = "BlueSky";
|
|
}
|
|
];
|
|
}
|
|
{
|
|
facebook = [
|
|
{
|
|
abbr = "FB";
|
|
href = "https://facebook.com/";
|
|
description = "Facebook";
|
|
}
|
|
];
|
|
}
|
|
{
|
|
instagram = [
|
|
{
|
|
abbr = "IG";
|
|
href = "https://instagram.com/";
|
|
description = "Instagram";
|
|
}
|
|
];
|
|
}
|
|
{
|
|
reddit = [
|
|
{
|
|
abbr = "RD";
|
|
href = "https://reddit.com/";
|
|
description = "Reddit";
|
|
}
|
|
];
|
|
}
|
|
{
|
|
x = [
|
|
{
|
|
abbr = "X";
|
|
href = "https://x.com/home";
|
|
description = "X";
|
|
}
|
|
];
|
|
}
|
|
];
|
|
}
|