normcap: fix on GNOME wayland when used via keybind or alt-f2 (#351763)
[NixPkgs.git] / nixos / modules / installer / scan / not-detected.nix
blobbaa068c08dbff70d9090bbd47dd3a56d7749d917
1 # Enables non-free firmware on devices not recognized by `nixos-generate-config`.
2 { lib, ... }:
5   hardware.enableRedistributableFirmware = lib.mkDefault true;