chore: move firmware out of main tree

This commit is contained in:
Youwen Wu 2024-09-04 11:05:39 -07:00
parent b014de78c1
commit 37856486cb
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
4 changed files with 6 additions and 1 deletions

View file

@ -54,6 +54,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
apple-firmware = {
url = "git+https://code.youwen.dev/youwen5/apple-firmware";
flake = false;
};
spicetify = {
url = "github:Gerg-L/spicetify-nix";
inputs.nixpkgs.follows = "nixpkgs";

View file

@ -18,7 +18,7 @@
boot.loader.efi.canTouchEfiVariables = false;
hardware.asahi = {
peripheralFirmwareDirectory = ./firmware;
peripheralFirmwareDirectory = "${inputs.apple-firmware}/firmware"
useExperimentalGPUDriver = true;
experimentalGPUInstallMode = "overlay";
};