From 5e1728832cc8a29e7073dc55a3f34fed3505a904 Mon Sep 17 00:00:00 2001 From: Nickolaj Jepsen Date: Sun, 14 Dec 2025 16:00:04 +0100 Subject: [PATCH] chore(glance): update links --- modules/homelab/glance.nix | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/modules/homelab/glance.nix b/modules/homelab/glance.nix index 8966a08..1d6a6e8 100644 --- a/modules/homelab/glance.nix +++ b/modules/homelab/glance.nix @@ -122,13 +122,13 @@ in { { title = "Home-manager Search"; url = "https://home-manager-options.extranix.com"; - icon = "si:nixos"; + icon = "mdi:home"; same-tab = true; } { title = "Noogle"; url = "https://noogle.dev"; - icon = "si:nixos"; + icon = "mdi:text-search"; same-tab = true; } ]; @@ -143,21 +143,15 @@ in { same-tab = true; } { - title = "Netflix"; - url = "https://netflix.com"; - icon = "si:netflix"; + title = "Twitch"; + url = "https://twitch.tv"; + icon = "si:twitch"; same-tab = true; } { - title = "HBO Max"; - url = "https://play.max.com"; - icon = "si:hbo"; - same-tab = true; - } - { - title = "Disney Plus"; - url = "https://disneyplus.com"; - icon = "mdi:castle"; + title = "DR TV"; + url = "https://dr.dk/tv"; + icon = "mdi:television"; same-tab = true; } ];