diff --git a/theme.nix b/theme.nix index 904c65d..abf6560 100644 --- a/theme.nix +++ b/theme.nix @@ -4,9 +4,9 @@ # Enable Theme environment.sessionVariables = { GTK_THEME = "catppuccin-macchiato-teal-standard"; - XCURSOR_THEME = "Catppuccin-Macchiato-Teal"; + XCURSOR_THEME = "catppuccin-macchiato-teal-cursors"; XCURSOR_SIZE = "24"; - HYPRCURSOR_THEME = "Catppuccin-Macchiato-Teal"; + HYPRCURSOR_THEME = "catppuccin-macchiato-teal-cursors"; HYPRCURSOR_SIZE = "24"; }; qt.enable = true;