nixos-hardware/dell/precision/3490/default.nix
Pasha Fistanto 293b5e472b dell-precision-3490: split into intel and nvidia configurations
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
2025-06-06 09:13:21 +02:00

16 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
];
}