From d4029641ed7968e884b0681529e343203f2aead4 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Thu, 16 Apr 2026 08:04:41 +0200 Subject: [PATCH] feat: setup hdr for new monitor. --- modules/linux/home-manager/hyprland.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/linux/home-manager/hyprland.nix b/modules/linux/home-manager/hyprland.nix index 7bcdf83..06b7013 100644 --- a/modules/linux/home-manager/hyprland.nix +++ b/modules/linux/home-manager/hyprland.nix @@ -135,11 +135,14 @@ in { monitor = [ "HDMI-A-1, 1920x1080@144, 0x0, 1" - "DP-1, 1920x1080@165, 0x0, 1" + "DP-1, 1920x1080@165, 0x0, 1, bitdepth, 10, cm, auto" + "DP-2, 2560x1440@179.98, 0x0, 1, bitdepth, 10" "eDP-1, 1920x1080, 0x0, 1" "sunshine, 1920x1080@165, 0x0, 1" ]; + render.cm_fs_passthrough = 1; + animations = { enabled = false; };