diff --git a/features/homelab-dashboard.nix b/features/homelab-dashboard.nix index 8d76fb6..c9e7f9f 100644 --- a/features/homelab-dashboard.nix +++ b/features/homelab-dashboard.nix @@ -44,12 +44,20 @@ in headerStyle = "boxed"; language = "fr"; title = "sillybox home !!"; - layout = { - "Vidéos & Séries" = { - style = "row"; - columns = 4; - }; - }; + layout = [ + { + "Vidéos & Séries" = { + style = "row"; + columns = 2; + }; + } + { + "Administration" = { + style = "row"; + columns = 4; + }; + } + ]; }; widgets = [ {