From 3f069b939135ecddddb97893b9b89cfaf2a84f9e Mon Sep 17 00:00:00 2001 From: wi11-holdsworth <83637728+wi11-holdsworth@users.noreply.github.com> Date: Tue, 20 Jan 2026 14:59:20 +1100 Subject: [PATCH] feat(homepage-dashboard): use equal heights in all sections --- modules/nixos/features/homepage-dashboard.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/nixos/features/homepage-dashboard.nix b/modules/nixos/features/homepage-dashboard.nix index 3ab99c5..425587f 100644 --- a/modules/nixos/features/homepage-dashboard.nix +++ b/modules/nixos/features/homepage-dashboard.nix @@ -325,6 +325,7 @@ in "Services" = { style = "row"; columns = 4; + useEqualHeights = true; }; } { @@ -338,6 +339,7 @@ in "Utilities" = { style = "row"; columns = 3; + useEqualHeights = true; }; } ];