From 408e63c21cda5cee3d8983252f16a10ca29ea8cf Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 11 Jul 2023 20:34:33 +0900 Subject: [PATCH] test --- hosts/nixos-laptop/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/nixos-laptop/configuration.nix b/hosts/nixos-laptop/configuration.nix index 00b491ff..41a492c0 100644 --- a/hosts/nixos-laptop/configuration.nix +++ b/hosts/nixos-laptop/configuration.nix @@ -28,6 +28,7 @@ # Enable nVidia PRIME Render Offload and OpenGL # https://github.com/NixOS/nixos-hardware/blob/master/lenovo/thinkpad/p1/3th-gen/nvidia.nix hardware = { + nvidia.modesetting.enable = true; opengl.enable = true; opengl.driSupport32Bit = true;