diff --git a/hosts/levi/optimus.nix b/hosts/levi/optimus.nix index e571251..68c3434 100644 --- a/hosts/levi/optimus.nix +++ b/hosts/levi/optimus.nix @@ -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 = {