Files
nixos-hardware/dell/precision/3490/default.nix
2025-06-06 09:13:21 +02:00

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