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
breeze-icons
];
# pointerCursor = {
# package = pkgs.bibata-cursors;
# name = "Bibata-Modern-Classic";
# size = 16;
# gtk.enable = true;
# x11.enable = true;
# };
pointerCursor = {
package = pkgs.catppuccin-cursors;
name = "mochaMauve";
size = 16;
gtk.enable = true;
x11.enable = true;
};
sessionVariables = {
XCURSOR_SIZE = "32";
XCURSOR_SIZE = "16";
GTK_USE_PORTAL = "1";
};
};