hyprland: switched to catppuccin cursors

This commit is contained in:
Aly Raffauf 2024-03-25 16:07:34 -04:00
parent 43ece3902a
commit 7d59aa95eb
2 changed files with 4 additions and 4 deletions

View file

@ -34,8 +34,8 @@
home.pointerCursor = { home.pointerCursor = {
gtk.enable = true; gtk.enable = true;
# x11.enable = true; # x11.enable = true;
package = pkgs.vanilla-dmz; package = pkgs.catppuccin-cursors.latteDark;
name = "Vanilla-DMZ-AA"; name = "Catppuccin-Latte-Dark-Cursors";
size = 24; size = 24;
}; };

View file

@ -23,8 +23,8 @@
}; };
font.name = "NotoSansM Nerd Font Mono"; font.name = "NotoSansM Nerd Font Mono";
cursorTheme.package = pkgs.vanilla-dmz; cursorTheme.package = pkgs.catppuccin-cursors.latteDark;
cursorTheme.name = "Vanilla-DMZ-AA"; cursorTheme.name = "Catppuccin-Latte-Dark-Cursors";
cursorTheme.size = 32; cursorTheme.size = 32;
extraConfig = '' extraConfig = ''