From 05672b50f70e47df282e974e07534d38df4f8fd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 9 Jul 2024 10:48:01 +0200 Subject: [PATCH] dell/xps/15-9560: fix graphics options --- dell/xps/15-9560/default.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/dell/xps/15-9560/default.nix b/dell/xps/15-9560/default.nix index 6ad58f7..510feab 100644 --- a/dell/xps/15-9560/default.nix +++ b/dell/xps/15-9560/default.nix @@ -7,11 +7,7 @@ ../../../common/gpu/nvidia ]; - hardware.graphics = { - enable = true; - driSupport = true; - driSupport32Bit = true; - }; + hardware.graphics.enable = true; hardware.nvidia.modesetting.enable = true;