mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
7 lines
138 B
Nix
7 lines
138 B
Nix
{config, ...}: {
|
|
hardware.nvidia.prime = {
|
|
sync.enable = true;
|
|
amdgpuBusId = "PCI:5:0:0";
|
|
nvidiaBusId = "PCI:1:0:0";
|
|
};
|
|
}
|