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; }; } ];