1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-09-19 21:07:23 +02:00
nixos-hardware/dell/xps/15-9560/default.nix
2024-07-19 18:10:23 +00:00

21 lines
382 B
Nix

{
imports = [
../../../common/cpu/intel
../../../common/gpu/intel/kaby-lake
../../../common/pc/laptop
./xps-common.nix
../../../common/gpu/nvidia
];
hardware.graphics.enable = true;
hardware.nvidia.modesetting.enable = true;
hardware.nvidia.prime = {
# integrated
intelBusId = "PCI:0:2:0";
# dedicated
nvidiaBusId = "PCI:1:0:0";
};
}