From d61353e926347ee6c7b0de5044dad5b1551c9f4b Mon Sep 17 00:00:00 2001 From: Satria Date: Sun, 1 Mar 2026 17:36:52 +0700 Subject: [PATCH] remove unused section --- modules/system/homelab/dash.nix | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/modules/system/homelab/dash.nix b/modules/system/homelab/dash.nix index 17fd711..f6763c1 100644 --- a/modules/system/homelab/dash.nix +++ b/modules/system/homelab/dash.nix @@ -177,23 +177,6 @@ in { } ]; } - { - name = "Start"; - width = "slim"; - center-vertically = true; - columns = [ - { - size = "full"; - widgets = [ - { - type = "to-do"; - id = "tasks"; - hide-header = true; - } - ]; - } - ]; - } { name = "Dashboard"; show-mobile-header = true;