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