From 34e99d2983e4a257422cb77bbe841ca9a0a17f2f Mon Sep 17 00:00:00 2001 From: zackartz Date: Tue, 28 May 2024 11:33:07 -0400 Subject: [PATCH] 704 current 2024-05-28 11:33:06 24.11.20240524.bfb7a88 6.9.1-zen1 * --- modules/home/rice/gtk/default.nix | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/modules/home/rice/gtk/default.nix b/modules/home/rice/gtk/default.nix index 29144bb..a25ef7c 100644 --- a/modules/home/rice/gtk/default.nix +++ b/modules/home/rice/gtk/default.nix @@ -50,17 +50,15 @@ in { libsForQt5.qt5ct breeze-icons ]; - pointerCursor = { - package = pkgs.catppuccin-cursors; - name = "mochaMauve"; - size = 16; - gtk.enable = true; - x11.enable = true; - }; + # pointerCursor = { + # package = pkgs.catppuccin-cursors.mochaMauve; + # name = "catppuccin"; + # size = 16; + # gtk.enable = true; + # x11.enable = true; + # }; sessionVariables = { - XCURSOR_SIZE = "16"; - GTK_USE_PORTAL = "1"; }; }; qt = {