chore: Add DELL XPS 9510

This commit is contained in:
Kourosh Tafreshi
2023-09-28 12:31:15 +03:00
committed by mergify[bot]
parent 93fcc5fb82
commit 455496f1b4
4 changed files with 57 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{ lib, ... }:
{
imports = [
../default.nix
../../../../common/gpu/nvidia/prime.nix
];
hardware.nvidia.prime = {
# Bus ID of the Intel GPU.
intelBusId = lib.mkDefault "PCI:0:2:0";
# Bus ID of the NVIDIA GPU.
nvidiaBusId = lib.mkDefault "PCI:1:0:0";
};
}