Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
# Enables non-free firmware on devices not recognized by `nixos-generate-config`.
{ lib, ... }:
{
hardware.enableRedistributableFirmware = lib.mkDefault true;
}