1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-09-19 21:07:23 +02:00

feat: Add support for NVIDIA microarchitecture to xps 7590 and 9570

This commit is contained in:
Bradley Nelson 2024-08-31 16:43:01 -06:00 committed by mergify[bot]
parent 4ac7150415
commit 5cbf79226b
2 changed files with 3 additions and 1 deletions

View file

@ -3,6 +3,7 @@
imports = [
../.
../../../../common/gpu/nvidia/prime.nix
../../../../common/gpu/nvidia/turing
];
hardware.nvidia = {

View file

@ -4,6 +4,7 @@
imports = [
../../../../common/cpu/intel
../../../../common/gpu/nvidia/prime.nix
../../../../common/gpu/nvidia/pascal
../../../../common/pc/laptop
../xps-common.nix
];