mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-10 04:59:40 +01:00
feat: Add support for NVIDIA microarchitecture to xps 7590 and 9570
This commit is contained in:
parent
4ac7150415
commit
5cbf79226b
2 changed files with 3 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
imports = [
|
||||
../.
|
||||
../../../../common/gpu/nvidia/prime.nix
|
||||
../../../../common/gpu/nvidia/turing
|
||||
];
|
||||
|
||||
hardware.nvidia = {
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
imports = [
|
||||
../../../../common/cpu/intel
|
||||
../../../../common/gpu/nvidia/prime.nix
|
||||
../../../../common/gpu/nvidia/pascal
|
||||
../../../../common/pc/laptop
|
||||
../xps-common.nix
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue