diff --git a/modules/linux/home-manager/hyprland.nix b/modules/linux/home-manager/hyprland.nix index 72c7064..85b974c 100644 --- a/modules/linux/home-manager/hyprland.nix +++ b/modules/linux/home-manager/hyprland.nix @@ -145,8 +145,11 @@ in { render = { direct_scanout = 2; # Reduce latency for games cm_auto_hdr = 2; # Switch to hdr automatically when needed + cm_enabled = 1; }; + quirks.prefer_hdr = 1; + animations = { enabled = false; };