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

14 lines
252 B
Nix
Raw Normal View History

2025-01-18 17:05:54 -06:00
{ pkgs, flake, ... }:
let
inherit (flake.config.aesthetics.themes)
cursor
;
in
{
2025-01-08 19:06:14 -06:00
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-18 17:05:54 -06:00
size = cursor.size;
2025-01-08 19:06:14 -06:00
}