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

8 lines
165 B
Nix
Raw Normal View History

2025-01-08 19:06:14 -06:00
{pkgs, ...}: {
gtk.enable = true;
2025-01-10 17:35:00 -06:00
x11.enable = true;
2025-01-08 19:06:14 -06:00
name = "catppuccin-mocha-dark-cursors";
package = pkgs.catppuccin-cursors.macchiatoDark;
size = 14;
}