mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-07 22:20:33 +02:00
fix: syntax error
This commit is contained in:
parent
da776eea73
commit
17e6884e73
1 changed files with 2 additions and 1 deletions
|
@ -85,8 +85,9 @@ in
|
||||||
];
|
];
|
||||||
|
|
||||||
bookmarks = [
|
bookmarks = [
|
||||||
|
{ social = [
|
||||||
|
{ "Bluesky" = [ { href = "https://bsky.app"; } ];} { "mastodon" = [{ href = "https://fish.hypervirtual.world" }]; } ]; }
|
||||||
{ code = [ { "Github" = [ { href = "https://github.com"; } ]; } ]; }
|
{ code = [ { "Github" = [ { href = "https://github.com"; } ]; } ]; }
|
||||||
{ social = [ { "Bluesky" = [ { href = "https://bsky.app"; } ]; { "mastodon" = [{ href = "https://fish.hypervirtual.world" }]; } } ]; }
|
|
||||||
];
|
];
|
||||||
|
|
||||||
services = [
|
services = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue