nixos/hosts/modules/prime.nix
2024-08-20 00:17:10 +02:00

14 lines
208 B
Nix

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