dotfiles/home/modules/gtk/config/homeCursor.nix

8 lines
167 B
Nix
Raw Normal View History

2025-01-08 19:06:14 -06:00
{pkgs, ...}: {
gtk.enable = true;
2025-01-11 05:03:58 -06:00
# x11.enable = true;
2025-01-08 19:06:14 -06:00
name = "catppuccin-mocha-dark-cursors";
package = pkgs.catppuccin-cursors.macchiatoDark;
2025-01-11 05:03:58 -06:00
size = 18;
2025-01-08 19:06:14 -06:00
}