diff --git a/modules/nixos/services/glance/default.nix b/modules/nixos/services/glance/default.nix index f2bd364..215abf0 100644 --- a/modules/nixos/services/glance/default.nix +++ b/modules/nixos/services/glance/default.nix @@ -47,7 +47,7 @@ let { name = "Startpage"; width = "default"; - tab = "First"; + # tab = "First"; hide-desktop-navigation = true; center-vertically = true; columns = [ @@ -86,7 +86,7 @@ let } { size = "full"; - tab = "First"; + # tab = "First"; widgets = [ { type = "search"; @@ -176,7 +176,7 @@ let } { type = "bookmarks"; - tab = "First"; + # tab = "First"; groups = [ { title = "General"; @@ -239,25 +239,25 @@ let } ]; } - { - name = "test"; - width = "default"; - hide-desktop-navigation = true; - center-vertically = true; - columns = [ - { - size = "small"; - widgets = [ - { - type = "adguard"; - url = "http://pi4.local:3000"; - username = "mjallen"; - password = "BogieDudie1"; - } - ]; - } - ]; - } + # { + # name = "test"; + # width = "default"; + # hide-desktop-navigation = true; + # center-vertically = true; + # columns = [ + # { + # size = "small"; + # widgets = [ + # { + # type = "adguard"; + # url = "http://pi4.local:3000"; + # username = "mjallen"; + # password = "BogieDudie1"; + # } + # ]; + # } + # ]; + # } ]; }; };