From 6a4ecebce56727d0ae538b1277725cb03181124e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 9 Jul 2024 10:43:32 +0200 Subject: [PATCH] dell/xps/15-9560: use graphics option --- dell/xps/15-9560/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dell/xps/15-9560/default.nix b/dell/xps/15-9560/default.nix index d776fa5..6ad58f7 100644 --- a/dell/xps/15-9560/default.nix +++ b/dell/xps/15-9560/default.nix @@ -7,7 +7,7 @@ ../../../common/gpu/nvidia ]; - hardware.opengl = { + hardware.graphics = { enable = true; driSupport = true; driSupport32Bit = true;