mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 14:40:19 +02:00
feat: even more bookmarks
This commit is contained in:
parent
17e6884e73
commit
e8bb4e0586
1 changed files with 33 additions and 3 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue