703 current 2024-05-28 11:27:24 24.11.20240524.bfb7a88 6.9.1-zen1 *

This commit is contained in:
zackartz 2024-05-28 11:27:26 -04:00
parent b7c038ddc2
commit 7764a40e25
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA

View file

@ -50,16 +50,16 @@ in {
libsForQt5.qt5ct libsForQt5.qt5ct
breeze-icons breeze-icons
]; ];
# pointerCursor = { pointerCursor = {
# package = pkgs.bibata-cursors; package = pkgs.catppuccin-cursors;
# name = "Bibata-Modern-Classic"; name = "mochaMauve";
# size = 16; size = 16;
# gtk.enable = true; gtk.enable = true;
# x11.enable = true; x11.enable = true;
# }; };
sessionVariables = { sessionVariables = {
XCURSOR_SIZE = "32"; XCURSOR_SIZE = "16";
GTK_USE_PORTAL = "1"; GTK_USE_PORTAL = "1";
}; };
}; };