diff --git a/modules/hm/programs/hypr/land/default.nix b/modules/hm/programs/hypr/land/default.nix index 2eeb366..e6d9c0e 100644 --- a/modules/hm/programs/hypr/land/default.nix +++ b/modules/hm/programs/hypr/land/default.nix @@ -43,6 +43,11 @@ env = [ "GDK_SCALE,1" ]; + + cursor = { + no_hardware_cursors = 1; + }; + monitor = [ "eDP-1, preferred, auto, 1.33" ];