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

8 lines
61 B
Nix

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