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

6 lines
75 B
Nix

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