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"; } ]; }