From e3c7078d6d2719c05df24b5a61dbce911dda6efe Mon Sep 17 00:00:00 2001 From: notohh Date: Tue, 7 Feb 2023 20:05:55 -0500 Subject: [PATCH] feat: add cursor support --- modules/home/gtk/default.nix | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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";