45 lines
628 B
Nix
45 lines
628 B
Nix
{
|
|
"social" = [
|
|
{
|
|
bsky = [
|
|
{
|
|
abbr = "BS";
|
|
href = "https://bsky.app/";
|
|
}
|
|
];
|
|
}
|
|
{
|
|
facebook = [
|
|
{
|
|
abbr = "FB";
|
|
href = "https://facebook.com/";
|
|
}
|
|
];
|
|
}
|
|
{
|
|
instagram = [
|
|
{
|
|
abbr = "IG";
|
|
href = "https://instagram.com/";
|
|
}
|
|
];
|
|
}
|
|
{
|
|
reddit = [
|
|
{
|
|
abbr = "RD";
|
|
href = "https://reddit.com/";
|
|
}
|
|
];
|
|
}
|
|
{
|
|
x = [
|
|
{
|
|
abbr = "X";
|
|
href = "https://x.com/home";
|
|
}
|
|
];
|
|
}
|
|
];
|
|
}
|