14 lines
297 B
Nix
14 lines
297 B
Nix
{ pkgs, ... }:
|
|
{
|
|
home.pointerCursor = {
|
|
gtk.enable = true;
|
|
# x11.enable = true;
|
|
package = pkgs.catppuccin-cursors.macchiatoLavender;
|
|
# name = "Catppuccin-Macchiato-Lavender-Cursors";
|
|
name = "catppuccin-macchiato-lavender-cursors";
|
|
size = 32;
|
|
};
|
|
|
|
gtk.enable = true;
|
|
}
|