nixpkgs/modules/hardware/network/intel-5000.nix

6 lines
75 B
Nix

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