mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-20 04:33:57 +00:00
433679537b
svn path=/nixos/trunk/; revision=25889
6 lines
75 B
Nix
6 lines
75 B
Nix
{pkgs, config, ...}:
|
|
|
|
{
|
|
hardware.firmware = [ pkgs.iwlwifi6000ucode ];
|
|
}
|