mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-09 12:39:40 +01:00
dell/xps/15-9560: use graphics option
This commit is contained in:
parent
42577dbb0f
commit
6a4ecebce5
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
../../../common/gpu/nvidia
|
../../../common/gpu/nvidia
|
||||||
];
|
];
|
||||||
|
|
||||||
hardware.opengl = {
|
hardware.graphics = {
|
||||||
enable = true;
|
enable = true;
|
||||||
driSupport = true;
|
driSupport = true;
|
||||||
driSupport32Bit = true;
|
driSupport32Bit = true;
|
||||||
|
|
Loading…
Reference in a new issue