2020-02-05 05:40:43 -05:00
|
|
|
{
|
|
|
|
imports = [
|
|
|
|
../../../common/cpu/intel
|
2024-06-28 20:23:23 -04:00
|
|
|
../../../common/gpu/intel/kaby-lake
|
2020-02-05 05:40:43 -05:00
|
|
|
../../../common/pc/laptop
|
|
|
|
./xps-common.nix
|
2024-07-09 00:13:07 -04:00
|
|
|
../../../common/gpu/nvidia
|
2020-02-05 05:40:43 -05:00
|
|
|
];
|
|
|
|
|
2024-07-09 04:48:01 -04:00
|
|
|
hardware.graphics.enable = true;
|
2024-01-09 02:27:35 -05:00
|
|
|
|
2024-07-09 00:02:17 -04:00
|
|
|
hardware.nvidia.modesetting.enable = true;
|
2024-01-09 02:27:35 -05:00
|
|
|
|
2024-07-09 00:02:17 -04:00
|
|
|
hardware.nvidia.prime = {
|
2024-07-09 00:13:07 -04:00
|
|
|
# integrated
|
2024-07-09 00:02:17 -04:00
|
|
|
intelBusId = "PCI:0:2:0";
|
2020-02-05 05:40:43 -05:00
|
|
|
|
2024-07-09 00:13:07 -04:00
|
|
|
# dedicated
|
2024-07-09 00:02:17 -04:00
|
|
|
nvidiaBusId = "PCI:1:0:0";
|
|
|
|
};
|
2020-02-05 05:40:43 -05:00
|
|
|
}
|