too drunk rn idk

This commit is contained in:
do butterflies cry? 2026-03-28 00:35:49 +10:00
parent a65c2d24a7
commit a66d5b19c4
Signed by untrusted user: cry
GPG key ID: F68745A836CA0412
3 changed files with 39 additions and 1 deletions

View file

@ -1,7 +1,6 @@
# REF: https://github.com/t2linux/nixos-t2-iso
{
inputs,
pkgs,
t2pkgs,
...
} @ args: {
@ -28,10 +27,15 @@
overlays = [
(self: super: {
get-apple-firmware = super.callPackage ./get-apple-firmware.nix {};
brcm-firmware = super.callPackage ./brcm-firmware.nix {};
})
];
};
hardware.firmware = [
t2pkgs.brcm-firmware
];
# environment.systemPackages = with base; [
# python3
# dmg2img