nixfiles/profiles/base/hardware.nix

4 lines
62 B
Nix
Raw Normal View History

2021-12-20 23:48:26 +00:00
{ ... }: {
hardware.enableRedistributableFirmware = true;
}