dotfiles/home/modules/cursor.nix

9 lines
182 B
Nix
Raw Normal View History

2025-01-08 01:05:45 -06:00
{pkgs, ...}: {
home.pointerCursor = {
gtk.enable = true;
name = "catppuccin-mocha-dark-cursors";
package = pkgs.catppuccin-cursors.macchiatoDark;
size = 14;
};
}