1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-11-15 15:39:41 +01:00
nixos-hardware/apple/macbook-air/7/default.nix

8 lines
61 B
Nix
Raw Normal View History

2024-09-24 03:00:22 +02:00
{ config, lib, pkgs, ... }:
{
imports = [
../.
];
}