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

5 lines
114 B
Nix
Raw Normal View History

2025-01-08 19:06:14 -06:00
{pkgs, ...}: {
name = "catppuccin-macchiato-dark-cursors";
package = pkgs.catppuccin-cursors.macchiatoDark;
}