fix(home-manager): adopt new naming scheme for gtk theme (#34)
the dark/light suffix is now lowercase as of https://github.com/catppuccin/gtk/releases/tag/v0.6.1
This commit is contained in:
parent
56ede534c9
commit
af61ea49d0
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ in {
|
||||||
sizeUpper = ctp.mkUpper cfg.size;
|
sizeUpper = ctp.mkUpper cfg.size;
|
||||||
|
|
||||||
# use the light gtk theme for latte
|
# use the light gtk theme for latte
|
||||||
gtkTheme = if cfg.flavour == "latte" then "Light" else "Dark";
|
gtkTheme = if cfg.flavour == "latte" then "light" else "dark";
|
||||||
|
|
||||||
in
|
in
|
||||||
mkIf cfg.enable {
|
mkIf cfg.enable {
|
||||||
|
|
Loading…
Reference in a new issue