nixpkgs/modules/hardware/network/intel-6000g2b.nix
Nicolas Pierron def746fcdd Add Intel firmwars (iwlwifi-6000g2{a,b}-ucode).
svn path=/nixos/trunk/; revision=29020
2011-09-05 09:19:55 +00:00

6 lines
78 B
Nix

{pkgs, config, ...}:
{
hardware.firmware = [ pkgs.iwlwifi6000g2bucode ];
}