mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 11:36:10 +01:00
Treewide: Add new profile for Apple MacBook Pro 8,1
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
This commit is contained in:
parent
880be1ab83
commit
1b3a547126
3 changed files with 13 additions and 0 deletions
11
apple/macbook-pro/8-1/default.nix
Normal file
11
apple/macbook-pro/8-1/default.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../.
|
||||
../../../common/gpu/intel/sandy-bridge
|
||||
../../../common/pc/laptop/ssd
|
||||
];
|
||||
|
||||
networking.enableB43Firmware = lib.mkDefault true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue