exchanged amdgpu for intelgpu for lenovo flex
This commit is contained in:
parent
c9def3fd38
commit
5091d0380e
|
@ -27,8 +27,8 @@ with import <nixpkgs> {};
|
|||
|
||||
hardware = {
|
||||
# support for GPUs
|
||||
amdgpu = true;
|
||||
intelgpu = false;
|
||||
amdgpu = false;
|
||||
intelgpu = true;
|
||||
nvidiagpu = false;
|
||||
|
||||
bluetooth = true;
|
||||
|
|
Loading…
Reference in New Issue