mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 09:38:07 +08:00
17 lines
345 B
Nix
17 lines
345 B
Nix
{
|
|
warnings = [
|
|
''
|
|
DEPRECATED: The <nixos-hardware/dell/precision/3490> module has been deprecated.
|
|
|
|
Either use
|
|
<nixos-hardware/dell/precision/3490/nvidia>
|
|
for NVIDIA graphics or
|
|
<nixos-hardware/dell/precision/3490/intel>
|
|
for Intel graphics.
|
|
''
|
|
];
|
|
imports = [
|
|
./nvidia/default.nix
|
|
];
|
|
}
|