From e748cc8f4f62476ad497e768e59714243e684834 Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Fri, 14 Nov 2025 23:45:52 +0100 Subject: [PATCH] glance: reorders sections --- modules/glance/default.nix | 51 +++++++++++++++++++------------------- 1 file changed, 26 insertions(+), 25 deletions(-) diff --git a/modules/glance/default.nix b/modules/glance/default.nix index 58759dd..0354bdc 100644 --- a/modules/glance/default.nix +++ b/modules/glance/default.nix @@ -33,7 +33,7 @@ } { title = "Actual"; - url = "https://actual.dnsc.io"; + url = "https://finance.dnsc.io"; icon = "si:actualbudget"; } { @@ -65,14 +65,6 @@ title = "Hosting"; color = "hsl(187 56.6% 47.8%)"; links = [ - { - title = "Porkbun"; - url = "https://porkbun.com/account/domainsSpeedy"; - } - { - title = "Tailscale"; - url = "https://login.tailscale.com/admin/machines"; - } { title = "Hetzner"; url = "https://console.hetzner.com/projects/1355757/dashboard"; @@ -81,6 +73,14 @@ title = "Netcup"; url = "https://www.servercontrolpanel.de/SCP/Home"; } + { + title = "Porkbun"; + url = "https://porkbun.com/account/domainsSpeedy"; + } + { + title = "Tailscale"; + url = "https://login.tailscale.com/admin/machines"; + } ]; } { @@ -104,25 +104,14 @@ { size = "full"; widgets = [ - { - type = "hacker-news"; - limit = 15; - collapse-after = 5; - } - { - type = "twitch-channels"; - channels = [ - "theprimeagen" - "tsoding" - "noway4u_sir" - "broxah" - "caedrel" - "bashbunni" - ]; - } { type = "group"; widgets = [ + { + type = "hacker-news"; + limit = 15; + collapse-after = 5; + } { type = "rss"; title = "r/neovim"; @@ -155,6 +144,18 @@ } ]; } + { + type = "twitch-channels"; + channels = [ + "theprimeagen" + "tsoding" + "noway4u_sir" + "broxah" + "caedrel" + "bashbunni" + ]; + } + { type = "videos"; collapse-after = 6;