adding cursors for nvidia on hypr

This commit is contained in:
Chris Cochrun 2022-11-09 16:39:59 -06:00
parent f2d78c7fdd
commit fd7873190e
2 changed files with 2 additions and 0 deletions

View file

@ -896,6 +896,7 @@ Kaladin is my desktop machine. A powerhouse for the most part with a recent i7 a
environment.variables = { environment.variables = {
<<env>> <<env>>
WLR_NO_HARDWARE_CURSORS = "1";
}; };
# Define a user account. Don't forget to set a password with passwd. # Define a user account. Don't forget to set a password with passwd.

View file

@ -153,6 +153,7 @@
# Thought I needed this but apparently they are working fine without it. # Thought I needed this but apparently they are working fine without it.
# QT_XCB_GL_INTEGRATION = "xcb_egl"; # QT_XCB_GL_INTEGRATION = "xcb_egl";
# QT_QPA_PLATFORM_PLUGIN_PATH = "${pkgs.qt5.qtbase.bin}/lib/qt-${pkgs.qt5.qtbase.qtCompatVersion}/plugins/platforms"; # QT_QPA_PLATFORM_PLUGIN_PATH = "${pkgs.qt5.qtbase.bin}/lib/qt-${pkgs.qt5.qtbase.qtCompatVersion}/plugins/platforms";
WLR_NO_HARDWARE_CURSORS = "1";
}; };
# Define a user account. Don't forget to set a password with passwd. # Define a user account. Don't forget to set a password with passwd.