Merge pull request #320 from sirkonst/patch-1

Apply SSD optimizations for Dell XPS 13 9310
This commit is contained in:
Jörg Thalheim
2021-10-09 12:52:32 +01:00
committed by GitHub

View File

@@ -1,5 +1,10 @@
{ lib, pkgs, ... }: { { lib, pkgs, ... }: {
imports = [ ../../../common/cpu/intel ../../../common/pc/laptop ]; imports = [
../../../common/cpu/intel
../../../common/pc/laptop
../../../common/pc/ssd
];
# Includes the Wi-Fi and Bluetooth firmware for the QCA6390. # Includes the Wi-Fi and Bluetooth firmware for the QCA6390.
hardware.enableRedistributableFirmware = true; hardware.enableRedistributableFirmware = true;