From a5a762f4328aa8d9bef537b53dec11d9d65e1364 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Mon, 1 Jul 2024 09:30:47 -0400 Subject: [PATCH] confirm to catppuccin themes renamed upstream --- homeManagerModules/options.nix | 2 +- nixosModules/desktop/lightdm/default.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeManagerModules/options.nix b/homeManagerModules/options.nix index 6b901abc..7169a59b 100644 --- a/homeManagerModules/options.nix +++ b/homeManagerModules/options.nix @@ -285,7 +285,7 @@ cursorTheme = { name = lib.mkOption { description = "Cursor theme name."; - default = "Catppuccin-Frappe-Dark-Cursors"; + default = "catppuccin-frappe-dark-cursors"; type = lib.types.str; }; diff --git a/nixosModules/desktop/lightdm/default.nix b/nixosModules/desktop/lightdm/default.nix index cfecc6b0..922c9715 100644 --- a/nixosModules/desktop/lightdm/default.nix +++ b/nixosModules/desktop/lightdm/default.nix @@ -16,7 +16,7 @@ greeters.slick = { enable = true; theme = { - name = "Catppuccin-Frappe-Compact-Mauve-Dark"; + name = "catppuccin-frappe-mauve-compact+normal"; package = pkgs.catppuccin-gtk; }; @@ -31,7 +31,7 @@ }; cursorTheme = { - name = "Catppuccin-Frappe-Dark-Cursors"; + name = "catppuccin-frappe-dark-cursors"; package = pkgs.catppuccin-cursors.frappeDark; size = 24; };