feat: even more bookmarks

This commit is contained in:
kity 2025-04-11 23:29:09 +02:00
parent 17e6884e73
commit e8bb4e0586

View file

@ -85,9 +85,39 @@ in
];
bookmarks = [
{ social = [
{ "Bluesky" = [ { href = "https://bsky.app"; } ];} { "mastodon" = [{ href = "https://fish.hypervirtual.world" }]; } ]; }
{ code = [ { "Github" = [ { href = "https://github.com"; } ]; } ]; }
{
social = [
{
"Bluesky" = [
{
abbr = "bsky";
href = "https://bsky.app";
}
];
}
{
"mastodon" = [
{ href = "https://fish.hypervirtual.world"; }
];
}
{
"Lemmy" = [
{ href = "https://lemmy.world"; }
];
}
];
}
{
code = [
{ "Github" = [ { href = "https://github.com"; } ]; }
];
}
{
music = [
{ "Deezer" = [ { href = "https://deezer.com"; } ]; }
{ "Last.fm" = [ { href = "https://last.fm"; } ]; }
];
}
];
services = [