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

13 lines
69 B
Nix

{
config,
lib,
pkgs,
...
}:
{
imports = [
../.
];
}