hardware.nvidia.prime.offload.enable

NixOS option

Whether to enable render offload support using the NVIDIA proprietary driver via PRIME. If this is enabled, then the bus IDs of the NVIDIA and Intel/AMD GPUs have to be specified (hardware.nvidia.prime.nvidiaBusId and hardware.nvidia.prime.intelBusId or hardware.nvidia.prime.amdgpuBusId) .

type: boolean
Default
false
Example
true
declared in: nixos/modules/hardware/video/nvidia.nixView source on NixOS/nixpkgs →