From af61ea49d04afbe33c3dcd51b9590e10c1f26378 Mon Sep 17 00:00:00 2001 From: seth Date: Mon, 26 Jun 2023 00:17:27 +0000 Subject: [PATCH] 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 --- modules/home-manager/gtk.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-manager/gtk.nix b/modules/home-manager/gtk.nix index e697da3..cd4f645 100644 --- a/modules/home-manager/gtk.nix +++ b/modules/home-manager/gtk.nix @@ -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 {