diff --git a/modules/home/gtk/default.nix b/modules/home/gtk/default.nix index c89407f..9ea14de 100644 --- a/modules/home/gtk/default.nix +++ b/modules/home/gtk/default.nix @@ -3,7 +3,16 @@ config, ... }: { - config.gtk = { + + home.pointerCursor = { + package = pkgs.catppuccin-cursors; + name = "Catppuccin-Mocha-Pink"; + size = 24; + gtk.enable = true; + x11.enable = true; + }; + + gtk = { enable = true; theme = { name = "Catppuccin-Mocha-Standard-Pink-Dark";