nixos/hosts/modules/prime.nix
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";
};
}