mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-22 19:09:42 +01:00
dell/xps/15-9560: fix graphics options
This commit is contained in:
parent
6a4ecebce5
commit
05672b50f7
1 changed files with 1 additions and 5 deletions
|
@ -7,11 +7,7 @@
|
|||
../../../common/gpu/nvidia
|
||||
];
|
||||
|
||||
hardware.graphics = {
|
||||
enable = true;
|
||||
driSupport = true;
|
||||
driSupport32Bit = true;
|
||||
};
|
||||
hardware.graphics.enable = true;
|
||||
|
||||
hardware.nvidia.modesetting.enable = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue