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

6 lines
78 B
Nix
Raw Normal View History

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