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

dell-xps-15-9560: Add nvidia architecture

This commit is contained in:
Lyndon Sanche 2024-09-03 12:17:17 -06:00
parent 9f9cf89d33
commit dec757bf4e
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View file

@ -5,6 +5,7 @@
../../../common/pc/laptop
./xps-common.nix
../../../common/gpu/nvidia
../../../common/gpu/nvidia/pascal
];
hardware.graphics.enable = true;

View file

@ -6,6 +6,7 @@
../../../../common/gpu/nvidia/prime.nix
../../../../common/pc/laptop
../xps-common.nix
../../../../common/gpu/nvidia/pascal
];