diff --git a/home/hypr/default.nix b/home/hypr/default.nix index 5b09ece6..1b75902a 100644 --- a/home/hypr/default.nix +++ b/home/hypr/default.nix @@ -34,8 +34,8 @@ home.pointerCursor = { gtk.enable = true; # x11.enable = true; - package = pkgs.vanilla-dmz; - name = "Vanilla-DMZ-AA"; + package = pkgs.catppuccin-cursors.latteDark; + name = "Catppuccin-Latte-Dark-Cursors"; size = 24; }; diff --git a/modules/hyprland.nix b/modules/hyprland.nix index 12a6261f..1f3760e6 100644 --- a/modules/hyprland.nix +++ b/modules/hyprland.nix @@ -23,8 +23,8 @@ }; font.name = "NotoSansM Nerd Font Mono"; - cursorTheme.package = pkgs.vanilla-dmz; - cursorTheme.name = "Vanilla-DMZ-AA"; + cursorTheme.package = pkgs.catppuccin-cursors.latteDark; + cursorTheme.name = "Catppuccin-Latte-Dark-Cursors"; cursorTheme.size = 32; extraConfig = ''