6 lines
75 B
Nix
6 lines
75 B
Nix
|
{pkgs, config, ...}:
|
||
|
|
||
|
{
|
||
|
hardware.firmware = [ pkgs.iwlwifi2030ucode ];
|
||
|
}
|