diff --git a/modules/home-manager/gtk.nix b/modules/home-manager/gtk.nix index 74a3f54..4822f07 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}";