From 962e39b1a5280c25864c167793bc4e380e16ad35 Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Fri, 14 Nov 2025 23:30:41 +0100 Subject: [PATCH] glance: fix config --- modules/glance/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/glance/default.nix b/modules/glance/default.nix index 887f645..6e27f10 100644 --- a/modules/glance/default.nix +++ b/modules/glance/default.nix @@ -63,7 +63,7 @@ groups = [ { title = "Hosting"; - color = 187 56.6 47.8; + color = "hsl(187 56.6% 47.8%)"; links = [ { title = "Porkbun"; @@ -85,7 +85,7 @@ } { title = "Dev"; - color = 319 37.6 63.5; + color = "hsl(319 37.6% 63.5%)"; links = [ { title = "Codeberg"; @@ -195,7 +195,7 @@ type = "weather"; units = "metric"; hour-format = "24h"; - location = "Munich, Germany" + location = "Munich, Germany"; } ]; }