From b0143c11418dd4a9b3ea1ce7d9c09947f9841ec2 Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Mon, 2 Sep 2024 02:47:45 -0400 Subject: [PATCH] levi: use nvidia-open --- hosts/levi/xorg.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/levi/xorg.nix b/hosts/levi/xorg.nix index 785fb24..55ab324 100644 --- a/hosts/levi/xorg.nix +++ b/hosts/levi/xorg.nix @@ -14,6 +14,7 @@ boot.kernelParams = [ "module_blacklist=i915" ]; services.xserver.displayManager.gdm.wayland = false; services.xserver.videoDrivers = [ "nvidia" ]; + hardware.nvidia.open = true; services.xserver.screenSection = '' Option "metamodes" "DP-2: 2560x1440_165 +0+0 {AllowGSYNCCompatible=On}" '';