forked from UniverseBow/flake
too drunk rn idk
This commit is contained in:
parent
a65c2d24a7
commit
a66d5b19c4
3 changed files with 39 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue