mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
fix: syntax error
This commit is contained in:
parent
37856486cb
commit
6857ae39ec
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
boot.loader.efi.canTouchEfiVariables = false;
|
||||
|
||||
hardware.asahi = {
|
||||
peripheralFirmwareDirectory = "${inputs.apple-firmware}/firmware"
|
||||
peripheralFirmwareDirectory = "${inputs.apple-firmware}/firmware";
|
||||
useExperimentalGPUDriver = true;
|
||||
experimentalGPUInstallMode = "overlay";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue