From 207b5165a3e259be98e1b5aa23110b2c84627d8c Mon Sep 17 00:00:00 2001 From: DashieTM Date: Wed, 7 May 2025 13:01:54 +0200 Subject: [PATCH] Hyprland hardware cursor fix --- modules/programs/hyprland/hyprland.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/programs/hyprland/hyprland.nix b/modules/programs/hyprland/hyprland.nix index ff13a4c..9ba4c3e 100644 --- a/modules/programs/hyprland/hyprland.nix +++ b/modules/programs/hyprland/hyprland.nix @@ -27,7 +27,6 @@ in { # main monitor "${config.conf.defaultMonitor},${config.conf.defaultMonitorMode},0x0,${config.conf.defaultMonitorScale}" # all others - ",highrr,auto,1" ]; example = ["DP-1,3440x1440@180,2560x0,1,vrr,0"]; type = with lib.types; listOf str; @@ -298,7 +297,7 @@ in { cursor = { enable_hyprcursor = true; - no_hardware_cursors = lib.mkIf config.mods.gpu.nvidia.enable true; + no_hardware_cursors = lib.mkDefault config.mods.gpu.nvidia.enable; # done with nix, this would break the current setup otherwise sync_gsettings_theme = false; };