1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-11-01 16:49:40 +01:00
nixos-hardware/apple/macbook-air/7/default.nix
2024-10-31 09:53:19 +00:00

9 lines
150 B
Nix

{ config, lib, pkgs, ... }:
{
imports = [
../.
];
boot.extraModulePackages = lib.mkDefault [ config.boot.kernelPackages.broadcom_sta ];
}