1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2025-01-27 03:04:59 +01:00
nixos-hardware/apple/macbook-air/default.nix

9 lines
117 B
Nix
Raw Permalink Normal View History

2017-12-25 01:24:54 +00:00
{
imports = [
../.
../../common/cpu/intel
../../common/pc/laptop
../../common/pc/laptop/ssd
];
}