1
0
Fork 0
forked from UniverseBow/flake

add t2-firmware support

This commit is contained in:
do butterflies cry? 2026-03-26 16:28:53 +10:00
parent 1b7b1e66f0
commit 468f399965
Signed by: cry
GPG key ID: F68745A836CA0412
8 changed files with 75 additions and 6 deletions

View file

@ -0,0 +1,17 @@
{
inputs,
pkgs,
...
}: {
imports = [
inputs.nixos-hardware.nixosModules.apple-t2
];
environment.systemPackages = with pkgs; [
# t2-firmware dependencies
# REF: https://github.com/t2linux/nixos-t2-iso
python3
dmg2img
get-apple-firmware
];
}