Machines: add initial support for iMac

This commit is contained in:
Toast 2024-09-11 14:11:37 +02:00
parent b442b1e5a9
commit b81cb471cc
4 changed files with 160 additions and 0 deletions

6
machines/iMac/default.nix Executable file
View file

@ -0,0 +1,6 @@
{...}: {
imports = [
./configuration.nix
./hardware-configuration.nix
];
}