From 1abd1f401258975b455076a04376aa4a70327dee Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Mon, 10 Feb 2025 00:27:02 -0800 Subject: [PATCH] feat(hyprland): enable HDR --- hm/modules/linux/desktop-environment/hyprland/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hm/modules/linux/desktop-environment/hyprland/default.nix b/hm/modules/linux/desktop-environment/hyprland/default.nix index d9eca42..908249c 100644 --- a/hm/modules/linux/desktop-environment/hyprland/default.nix +++ b/hm/modules/linux/desktop-environment/hyprland/default.nix @@ -219,6 +219,7 @@ in column_widths = "onethird onehalf twothirds one"; column_heights = "onethird onehalf twothirds one"; }; + experimental.xx_color_management_v4 = true; }; };