{ lib, ... }: { config = { nixpkgs = { config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ "xow_dongle-firmware" ]; }; }; }