mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 15:10: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 = [
|
bookmarks = [
|
||||||
{ social = [
|
{
|
||||||
{ "Bluesky" = [ { href = "https://bsky.app"; } ];} { "mastodon" = [{ href = "https://fish.hypervirtual.world" }]; } ]; }
|
social = [
|
||||||
{ code = [ { "Github" = [ { href = "https://github.com"; } ]; } ]; }
|
{
|
||||||
|
"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 = [
|
services = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue