From ee6c6ab4af089542c2e4226933bb41e720d259ee Mon Sep 17 00:00:00 2001 From: jmug Date: Mon, 2 Jun 2025 01:00:55 -0700 Subject: [PATCH] [Asahi] Set up sound. Signed-off-by: jmug --- hosts/asahi/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/asahi/configuration.nix b/hosts/asahi/configuration.nix index d2c95f5..a2117ff 100644 --- a/hosts/asahi/configuration.nix +++ b/hosts/asahi/configuration.nix @@ -39,6 +39,8 @@ }; hardware.asahi = { + enable = true; + setupAsahiSound = true; peripheralFirmwareDirectory = ./firmware; useExperimentalGPUDriver = true; experimentalGPUInstallMode = "overlay";