From c96f08c3f19da1cae4bb69ae1f909d4b5f5ce9f7 Mon Sep 17 00:00:00 2001 From: Will Holdsworth Date: Mon, 2 Mar 2026 23:35:01 +1100 Subject: [PATCH] feat(homepage-dashboard): initially collapse utilities section, and hide app version --- 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 522d254..d24f8f3 100644 --- a/modules/nixos/features/homepage-dashboard.nix +++ b/modules/nixos/features/homepage-dashboard.nix @@ -333,6 +333,7 @@ in theme = "dark"; color = "neutral"; headerStyle = "clean"; + hideVersion = true; layout = [ { "Public Services" = { @@ -367,6 +368,7 @@ in style = "row"; columns = 3; useEqualHeights = true; + initiallyCollapsed = true; }; } ];