Files
nixos-hardware/apple/macbook-air/3/default.nix

14 lines
257 B
Nix

{ config, lib, ... }:
{
imports = [
../../.
../../../common/cpu/intel
../../../common/pc/laptop
../../../common/pc/ssd
];
# Built-in iSight is recognized by the generic uvcvideo kernel module
hardware.facetimehd.enable = false;
}