From af085f42957ddb70068ace4c1eb9a3fa0790f88c Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Thu, 28 Sep 2023 11:19:03 +0200 Subject: [PATCH] theme: Fix changed theme name --- modules/graphical/theme/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/graphical/theme/default.nix b/modules/graphical/theme/default.nix index 74e7653c..122c5aea 100644 --- a/modules/graphical/theme/default.nix +++ b/modules/graphical/theme/default.nix @@ -65,7 +65,7 @@ }; theme = { package = pkgs.catppuccin-gtk.override { size = "compact"; variant = "latte"; }; - name = "Catppuccin-Latte-Compact-Blue-light"; + name = "Catppuccin-Latte-Compact-Blue-Light"; }; }; qt = {