From 4c415e59a427ab18336da21bc6a2b762e3b3ee4e Mon Sep 17 00:00:00 2001 From: Eric Litak Date: Fri, 22 Apr 2016 07:54:11 -0700 Subject: rtl8723bs-firmware: init, split off from rtl8723bs --- nixos/modules/hardware/all-firmware.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'nixos/modules') diff --git a/nixos/modules/hardware/all-firmware.nix b/nixos/modules/hardware/all-firmware.nix index d0d481f72a40..fb8e1ccab667 100644 --- a/nixos/modules/hardware/all-firmware.nix +++ b/nixos/modules/hardware/all-firmware.nix @@ -22,7 +22,11 @@ with lib; ###### implementation config = mkIf config.hardware.enableAllFirmware { - hardware.firmware = [ pkgs.firmwareLinuxNonfree pkgs.intel2200BGFirmware ]; + hardware.firmware = with pkgs; [ + firmwareLinuxNonfree + intel2200BGFirmware + rtl8723bs-firmware + ]; }; } -- cgit 1.4.1