about summary refs log tree commit diff
path: root/modules/nixos-hardware/apple/macbook-air/default.nix
blob: ea15175d03194c727299b91cef1e2bd60f303f37 (plain) (blame)
1
2
3
4
5
6
7
8
{
  imports = [
    ../.
    ../../common/cpu/intel
    ../../common/pc/laptop
    ../../common/pc/laptop/ssd
  ];
}