7 lines
98 B
Nix
7 lines
98 B
Nix
{ config, lib, pkgs, ... }:
|
|
{
|
|
hardware.enableAllFirmware = true;
|
|
hardware.firmware = [
|
|
];
|
|
}
|