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

6 lines
75 B
Nix
Raw Normal View History

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