mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
6 lines
75 B
Nix
6 lines
75 B
Nix
|
{pkgs, config, ...}:
|
||
|
|
||
|
{
|
||
|
hardware.firmware = [ pkgs.iwlwifi5150ucode ];
|
||
|
}
|