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