diff --git a/hosts/sisyphe/features/services/homelab-dashboard.nix b/hosts/sisyphe/features/services/homelab-dashboard.nix index a9c0e96..8f83abe 100644 --- a/hosts/sisyphe/features/services/homelab-dashboard.nix +++ b/hosts/sisyphe/features/services/homelab-dashboard.nix @@ -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 = [