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; };