2020-07-25 23:53:47 -04:00
|
|
|
{
|
2022-11-12 20:32:01 -05:00
|
|
|
imports = [ ./nvidia/prime.nix ];
|
2020-07-25 23:53:47 -04:00
|
|
|
|
2022-11-12 20:32:01 -05:00
|
|
|
warnings = [
|
|
|
|
''
|
|
|
|
DEPRECATED: The <nixos-hardware/common/gpu/nvidia.nix> module has been deprecated.
|
2022-03-07 15:20:43 -05:00
|
|
|
|
2022-11-12 20:32:01 -05:00
|
|
|
Switch to using <nixos-hardware/common/gpu/nvidia/prime.nix> instead if you use prime offloading.
|
|
|
|
If you are using this without prime, consider switching to <nixos-hardware/common/gpu/nvidia> instead.
|
|
|
|
''
|
2022-03-07 15:20:43 -05:00
|
|
|
];
|
2020-07-25 23:53:47 -04:00
|
|
|
}
|