nixpkgs/nixos/modules/hardware/network/zydas-zd1211.nix

6 lines
67 B
Nix

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