mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-24 22:53:42 +00:00
6 lines
78 B
Nix
6 lines
78 B
Nix
|
{pkgs, config, ...}:
|
||
|
|
||
|
{
|
||
|
hardware.firmware = [ pkgs.iwlwifi6000g2aucode ];
|
||
|
}
|