repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
normcap: fix on GNOME wayland when used via keybind or alt-f2 (#351763)
[NixPkgs.git]
/
nixos
/
modules
/
installer
/
scan
/
not-detected.nix
blob
baa068c08dbff70d9090bbd47dd3a56d7749d917
1
# Enables non-free firmware on devices not recognized by `nixos-generate-config`.
2
{ lib, ... }:
3
4
{
5
hardware.enableRedistributableFirmware = lib.mkDefault true;
6
}