Files
nixy/hosts/modules/prime.nix
Hadi ed045316ff Update
Former-commit-id: e47edc0c1f
2024-09-18 23:53:39 +02:00

14 lines
202 B
Nix

{
hardware.nvidia.prime = {
offload = {
enable = true;
enableOffloadCmd = true;
};
# sync.enable = true;
amdgpuBusId = "PCI:5:0:0";
nvidiaBusId = "PCI:1:0:0";
};
}