mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
5 lines
59 B
Nix
5 lines
59 B
Nix
{pkgs, ...}:
|
|
|
|
{
|
|
hardware.firmware = [ pkgs.zd1211fw ];
|
|
}
|