diff --git a/homelab/homepage-dashboard/default.nix b/homelab/homepage-dashboard/default.nix index be2e058..3b0497a 100644 --- a/homelab/homepage-dashboard/default.nix +++ b/homelab/homepage-dashboard/default.nix @@ -7,8 +7,8 @@ headerStyle = "boxed"; layout = { media = { style = "row"; columns = 3; }; - infra = { style = "row"; columns = 1; }; - games = { style = "row"; columns = 1; }; + infra = { style = "row"; columns = 3; }; + games = { style = "row"; columns = 2; }; }; }; bookmarks = [{ @@ -64,6 +64,13 @@ description = "the Nix-based continuous build system"; }; } + { + Forgejo = { + icon = "forgejo.png"; + href = "http://100.94.173.5:3001"; + description = "a lightweight software forge, with a highlight on being completely free software"; + }; + } ]; } {