9 lines
112 B
Nix
9 lines
112 B
Nix
{
|
|
hardware.nvidia.prime = {
|
|
offload = {
|
|
enable = true;
|
|
enableOffloadCmd = true;
|
|
};
|
|
};
|
|
}
|