diff --git a/modules/home-manager/gtk.nix b/modules/home-manager/gtk.nix index 4822f07..74a3f54 100644 --- a/modules/home-manager/gtk.nix +++ b/modules/home-manager/gtk.nix @@ -47,8 +47,8 @@ in # use the light gtk theme for latte gtkTheme = if cfg.flavour == "latte" - then "Light" - else "Dark"; + then "light" + else "dark"; in { name = "Catppuccin-${flavourUpper}-${sizeUpper}-${accentUpper}-${gtkTheme}";