From 87d39bd27773ed110f151b228b1c499acc185bf3 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Sun, 1 Jun 2025 19:20:07 -0700 Subject: [PATCH] chore: disable experimentalGPUDriver since mesa upstream supports --- reference/hosts/callisto/configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/reference/hosts/callisto/configuration.nix b/reference/hosts/callisto/configuration.nix index 84b7a43..b6955ad 100755 --- a/reference/hosts/callisto/configuration.nix +++ b/reference/hosts/callisto/configuration.nix @@ -38,7 +38,6 @@ hardware.asahi = { peripheralFirmwareDirectory = "${inputs.apple-firmware}/firmware"; - useExperimentalGPUDriver = true; }; nixpkgs.overlays = [