nixos/home/hyprland/cursor.nix

13 lines
297 B
Nix
Raw Normal View History

2024-03-03 07:12:58 +00:00
{ pkgs, ... }: {
home.pointerCursor = {
gtk.enable = true;
# x11.enable = true;
package = pkgs.catppuccin-cursors.macchiatoLavender;
2024-06-04 10:37:37 +00:00
# name = "Catppuccin-Macchiato-Lavender-Cursors";
name = "catppuccin-macchiato-lavender-cursors";
2024-03-03 07:12:58 +00:00
size = 32;
};
gtk.enable = true;
}