From 309ef2ecfe61a55f93f0c7bb6ac0d3dbc5aa6e9f Mon Sep 17 00:00:00 2001 From: satr14 Date: Sun, 12 Jul 2026 12:14:08 +0700 Subject: [PATCH] cursor fix --- modules/home/rice/cursor.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/home/rice/cursor.nix b/modules/home/rice/cursor.nix index d2f0963..293907a 100644 --- a/modules/home/rice/cursor.nix +++ b/modules/home/rice/cursor.nix @@ -2,9 +2,10 @@ catppuccin.cursors.enable = false; # managed manually below to use the "Light" cursor variant home.pointerCursor = { + enable = true; gtk.enable = true; package = pkgs.catppuccin-cursors."${ctp-opt.flavor}Light"; name = lib.mkOverride 30 "catppuccin-${ctp-opt.flavor}-light-cursors"; size = 24; }; -} \ No newline at end of file +}