mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-29 17:14:33 +00:00
6 lines
75 B
Nix
6 lines
75 B
Nix
|
{pkgs, config, ...}:
|
||
|
|
||
|
{
|
||
|
hardware.firmware = [ pkgs.iwlwifi5150ucode ];
|
||
|
}
|