fix(home-manager): capitalize "Light" and "Dark"

This commit is contained in:
Skye 2023-07-04 14:27:30 +09:00
parent bf5af639cf
commit 430223932e
No known key found for this signature in database
GPG key ID: 0104BC05F41B77B8

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 {