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