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