704 current 2024-05-28 11:33:06 24.11.20240524.bfb7a88 6.9.1-zen1 *

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

View file

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