diff --git a/README.org b/README.org
index 0bd38f9..2cd514c 100644
--- a/README.org
+++ b/README.org
@@ -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’.
diff --git a/system/kaladin/configuration.nix b/system/kaladin/configuration.nix
index 9217ef4..531eb81 100644
--- a/system/kaladin/configuration.nix
+++ b/system/kaladin/configuration.nix
@@ -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’.