dell-xps-15-9570: init

This commit is contained in:
Vinetos
2024-02-20 10:47:48 +01:00
committed by mergify[bot]
parent f12e5fd7ec
commit 01467901ec
7 changed files with 88 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
{ lib, ... }:
{
imports = [
../../../common/cpu/intel
../../../common/cpu/intel/kaby-lake
../../../common/pc/laptop
./xps-common.nix
];
# Includes the Wi-Fi and Bluetooth firmware
hardware.enableRedistributableFirmware = lib.mkDefault true;
}