nixos-hardware/apple/imac/default.nix
2024-06-28 22:38:31 +02:00

9 lines
117 B
Nix

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