fix(Zephyrus): Enable NVIDIA offload
This commit is contained in:
parent
99c5360e9c
commit
6d2ee57e9c
1 changed files with 5 additions and 0 deletions
|
@ -47,6 +47,11 @@
|
|||
open = false; # Bruuh
|
||||
|
||||
prime = {
|
||||
offload = {
|
||||
enable = true;
|
||||
enableOffloadCmd = true;
|
||||
};
|
||||
|
||||
amdgpuBusId = "PCI:7:0:0";
|
||||
nvidiaBusId = "PCI:1:0:0";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue