adding cursors for nvidia on hypr
This commit is contained in:
parent
f2d78c7fdd
commit
fd7873190e
|
@ -896,6 +896,7 @@ Kaladin is my desktop machine. A powerhouse for the most part with a recent i7 a
|
|||
|
||||
environment.variables = {
|
||||
<<env>>
|
||||
WLR_NO_HARDWARE_CURSORS = "1";
|
||||
};
|
||||
|
||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
|
|
|
@ -153,6 +153,7 @@
|
|||
# Thought I needed this but apparently they are working fine without it.
|
||||
# QT_XCB_GL_INTEGRATION = "xcb_egl";
|
||||
# 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’.
|
||||
|
|
Loading…
Reference in a new issue