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