levi: hardcode DP monitor settings

This commit is contained in:
Sean Buckley 2023-01-10 20:18:16 -05:00
parent 6a4a9176b0
commit 60a25bfce3

View file

@ -46,6 +46,9 @@ let
boot.kernelParams = [ "module_blacklist=i915" ];
services.xserver.displayManager.gdm.wayland = false;
services.xserver.videoDrivers = [ "nvidia" ];
services.xserver.screenSection = ''
Option "metamodes" "DP-2: 2560x1440_165 +0+0 {AllowGSYNCCompatible=On}"
'';
};
intel = {