1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-11-01 16:49:40 +01:00
nixos-hardware/apple/macbook-pro/default.nix

8 lines
86 B
Nix
Raw Normal View History

{
imports = [
../.
../../common/cpu/intel
../../common/pc/laptop
];
}