From 6857ae39ecbf21adaa26226b4c23758b9ff3920f Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Wed, 4 Sep 2024 11:08:41 -0700 Subject: [PATCH] fix: syntax error --- hosts/callisto/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/callisto/configuration.nix b/hosts/callisto/configuration.nix index fa50631..a6b95e8 100755 --- a/hosts/callisto/configuration.nix +++ b/hosts/callisto/configuration.nix @@ -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"; };