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;