705 current 2024-05-28 12:41:46 24.11.20240524.bfb7a88 6.9.1-zen1 *

This commit is contained in:
zackartz 2024-05-28 12:41:47 -04:00
parent 34e99d2983
commit d4c720afce
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
3 changed files with 13 additions and 11 deletions

View file

@ -50,13 +50,15 @@ in {
libsForQt5.qt5ct
breeze-icons
];
# pointerCursor = {
# package = pkgs.catppuccin-cursors.mochaMauve;
# name = "catppuccin";
# size = 16;
# gtk.enable = true;
# x11.enable = true;
# };
pointerCursor = {
package = pkgs.catppuccin-cursors.mochaMauve;
name = "Catppuccin-Mocha-Mauve-Cursors";
x11 = {
enable = true;
defaultCursor = "Catppuccin-Mocha-Mauve-Cursors";
};
size = 24;
};
sessionVariables = {
};

View file

@ -35,7 +35,7 @@ in {
environment = {
variables = {
NIXOS_OZONE_WL = "0";
# NIXOS_OZONE_WL = "0";
__GL_GSYNC_ALLOWED = "0";
__GL_VRR_ALLOWED = "0";
_JAVA_AWT_WM_NONEREPARENTING = "1";