nixos/home/hyprland/cursor.nix

12 lines
243 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;
name = "Catppuccin-Macchiato-Lavender-Cursors";
size = 32;
};
gtk.enable = true;
}