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

4 lines
114 B
Nix
Executable file

{pkgs, ...}: {
name = "catppuccin-macchiato-dark-cursors";
package = pkgs.catppuccin-cursors.macchiatoDark;
}