mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 01:37:24 +08:00
macbook air 7
This commit is contained in:
committed by
mergify[bot]
parent
4048e9ce2d
commit
8cf35efba1
9
apple/macbook-air/7/default.nix
Normal file
9
apple/macbook-air/7/default.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../.
|
||||
];
|
||||
|
||||
boot.extraModulePackages = lib.mkDefault [ config.boot.kernelPackages.broadcom_sta ];
|
||||
}
|
||||
Reference in New Issue
Block a user