From 7d59aa95eb7c6df847e420af25ba44f2672c7d9f Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Mon, 25 Mar 2024 16:07:34 -0400 Subject: [PATCH] hyprland: switched to catppuccin cursors --- home/hypr/default.nix | 4 ++-- modules/hyprland.nix | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 = ''