nixpkgs/modules/hardware/network/intel-4965agn.nix

6 lines
97 B
Nix

{pkgs, config, ...}:
{
hardware.firmware = [ config.boot.kernelPackages.iwlwifi4965ucode ];
}