fix(home-manager): capitalize "Light" and "Dark"
This commit is contained in:
parent
bf5af639cf
commit
430223932e
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue