mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-29 21:51:07 +01:00
macbook air 7
This commit is contained in:
parent
4048e9ce2d
commit
8cf35efba1
4 changed files with 16 additions and 0 deletions
5
apple/macbook-air/7/README.md
Normal file
5
apple/macbook-air/7/README.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# MacBook Air 7,X
|
||||
|
||||
### For wifi driver
|
||||
broadcomt_sta was the best working driver I could find, however on the normal kernel, you need to `sudo modprobe -r wl` and `sudo modprobe wl`, however it was fully working on the zen kernel.
|
||||
|
||||
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 ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue