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

7 lines
61 B
Nix

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