.files/nix/nixosModules/extra/macbook-broacom-b43.nix

4 lines
80 B
Nix

{
nixpkgs.config.allowUnfree = true;
networking.enableB43Firmware = true;
}