mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-25 07:05:13 +00:00
6 lines
75 B
Nix
6 lines
75 B
Nix
|
{pkgs, config, ...}:
|
||
|
|
||
|
{
|
||
|
hardware.firmware = [ pkgs.iwlwifi6000ucode ];
|
||
|
}
|