nix-config/config/hardware/prime-offload.nix
Patrick fcd5a27dce
chore: new README
chore: new structure
2024-04-11 23:11:53 +02:00

12 lines
178 B
Nix

{
hardware.nvidia.prime = {
offload = {
enableOffloadCmd = true;
enable = true;
};
intelBusId = "PCI:00:02:0";
nvidiaBusId = "PCI:59:00:0";
};
}