diff --git a/dell/xps/13-9310/default.nix b/dell/xps/13-9310/default.nix index 811d1f5..b36793b 100644 --- a/dell/xps/13-9310/default.nix +++ b/dell/xps/13-9310/default.nix @@ -1,5 +1,10 @@ { 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. hardware.enableRedistributableFirmware = true;