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:
seth 2023-06-26 00:17:27 +00:00 committed by GitHub
parent 56ede534c9
commit af61ea49d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ in {
sizeUpper = ctp.mkUpper cfg.size;
# 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
mkIf cfg.enable {