dotfiles/home/modules/gtk/config/homeCursor.nix
2025-01-08 19:06:14 -06:00

6 lines
144 B
Nix
Executable file

{pkgs, ...}: {
gtk.enable = true;
name = "catppuccin-mocha-dark-cursors";
package = pkgs.catppuccin-cursors.macchiatoDark;
size = 14;
}