2020-07-26 05:53:47 +02:00
|
|
|
{
|
2022-11-13 02:32:01 +01:00
|
|
|
imports = [ ./nvidia/prime.nix ];
|
2020-07-26 05:53:47 +02:00
|
|
|
|
2022-11-13 02:32:01 +01:00
|
|
|
warnings = [
|
|
|
|
''
|
|
|
|
DEPRECATED: The <nixos-hardware/common/gpu/nvidia.nix> module has been deprecated.
|
2022-03-07 21:20:43 +01:00
|
|
|
|
2022-11-13 02:32:01 +01: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 21:20:43 +01:00
|
|
|
];
|
2020-07-26 05:53:47 +02:00
|
|
|
}
|