1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-09-16 19:37:24 +02:00

dell/xps/15-9560: fix graphics options

This commit is contained in:
Jörg Thalheim 2024-07-09 10:48:01 +02:00 committed by mergify[bot]
parent 6a4ecebce5
commit 05672b50f7

View file

@ -7,11 +7,7 @@
../../../common/gpu/nvidia ../../../common/gpu/nvidia
]; ];
hardware.graphics = { hardware.graphics.enable = true;
enable = true;
driSupport = true;
driSupport32Bit = true;
};
hardware.nvidia.modesetting.enable = true; hardware.nvidia.modesetting.enable = true;