From 17e6884e73fc469407bfdcaddc5705d096c43d8d Mon Sep 17 00:00:00 2001 From: kity Date: Fri, 11 Apr 2025 23:18:19 +0200 Subject: [PATCH] fix: syntax error --- hosts/sisyphe/features/services/homelab-dashboard.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/sisyphe/features/services/homelab-dashboard.nix b/hosts/sisyphe/features/services/homelab-dashboard.nix index a4a64e6..a9c0e96 100644 --- a/hosts/sisyphe/features/services/homelab-dashboard.nix +++ b/hosts/sisyphe/features/services/homelab-dashboard.nix @@ -85,8 +85,9 @@ in ]; bookmarks = [ + { social = [ + { "Bluesky" = [ { href = "https://bsky.app"; } ];} { "mastodon" = [{ href = "https://fish.hypervirtual.world" }]; } ]; } { code = [ { "Github" = [ { href = "https://github.com"; } ]; } ]; } - { social = [ { "Bluesky" = [ { href = "https://bsky.app"; } ]; { "mastodon" = [{ href = "https://fish.hypervirtual.world" }]; } } ]; } ]; services = [