10 lines
118 B
Nix

{lib, config, ...}:
{
hardware = {
pcmcia = {
firmware = [ (lib.cleanSource ./firmware) ];
};
};
}