From 7bc837aeaff1ca12588bab2a593967aedad9c0fa Mon Sep 17 00:00:00 2001 From: kenji Date: Mon, 5 Jan 2026 22:01:35 -0600 Subject: [PATCH] fix(monitors): color and vrr are borked --- config.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.nix b/config.nix index 8b84e13..728a3d7 100644 --- a/config.nix +++ b/config.nix @@ -3,6 +3,7 @@ myConfig = { font = { monospace = "MonoLisa"; + monospaceScript = "MonoLisa Italic @ss02=1"; sans = "Sans"; }; nixos = { @@ -23,7 +24,7 @@ }; hyprland = { monitors = [ - "DP-1,highres@180,0x1080,1,bitdepth,10,cm,hdr,sdrbrightness,1.4,sdrsaturation,0.98,vrr,0" + "DP-1,highres@165,0x1080,1,vrr,0" "DP-2, highres@165,760x0,1" "HDMI-A-1, highres@highrr@120, 3440x1440, 1.6" ]; @@ -59,6 +60,7 @@ myConfig = { font = { monospace = "MonoLisa"; + monospaceScript = "MonoLisa Italic @ss02=1"; sans = "Sans"; }; nixos = {