fix(home-manager): make dark/light lowecase for style names in gtk (#147)
This commit is contained in:
parent
ccc188e244
commit
1fbdfdacf9
1 changed files with 2 additions and 2 deletions
|
@ -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}";
|
||||
|
|
Loading…
Reference in a new issue