2024-02-20 09:47:48 +00:00
|
|
|
{ lib, ... }:
|
|
|
|
{
|
|
|
|
imports = [
|
|
|
|
../../../common/cpu/intel
|
2024-06-29 00:23:23 +00:00
|
|
|
../../../common/gpu/intel/kaby-lake
|
2024-02-20 09:47:48 +00:00
|
|
|
../../../common/pc/laptop
|
|
|
|
./xps-common.nix
|
|
|
|
];
|
|
|
|
|
|
|
|
# Includes the Wi-Fi and Bluetooth firmware
|
|
|
|
hardware.enableRedistributableFirmware = lib.mkDefault true;
|
|
|
|
}
|