[zix790prors] Set correct refresh rate for x11

This commit is contained in:
2025-10-27 16:51:19 -07:00
parent 569ac528a5
commit 35c2ebb592

View File

@@ -52,9 +52,9 @@ with lib;
hardware.graphics.enable = true; hardware.graphics.enable = true;
hardware.graphics.enable32Bit = true; hardware.graphics.enable32Bit = true;
# Set DP-0 as primary display for system tray and multi-monitor setup # Set DP-0 as primary display with 164.90Hz refresh rate
services.xserver.displayManager.sessionCommands = '' services.xserver.displayManager.sessionCommands = ''
${pkgs.xorg.xrandr}/bin/xrandr --output DP-0 --primary ${pkgs.xorg.xrandr}/bin/xrandr --output DP-0 --mode 3440x1440 --rate 164.90 --primary
''; '';
hardware.nvidia = { hardware.nvidia = {