From c72cc5de43c9d3cd0a742ada112a61408858e037 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Sun, 7 Dec 2025 23:10:49 -0500 Subject: [PATCH] mreow: re-enable nixos-hardware's audioEnchancement for fw13 --- system/system-mreow.nix | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/system/system-mreow.nix b/system/system-mreow.nix index b61c5e7..5ac9e28 100644 --- a/system/system-mreow.nix +++ b/system/system-mreow.nix @@ -14,15 +14,8 @@ inputs.nixos-hardware.nixosModules.framework-amd-ai-300-series ]; - # completely and utterly broken - /* - hardware.framework.laptop13.audioEnhancement = { - enable = true; - - # seems audio doesn't work without this - hideRawDevice = false; - }; - */ + hardware.framework.laptop13.audioEnhancement.rawDeviceName = + lib.mkDefault "alsa_output.pci-0000_c1_00.6.analog-stereo"; # PST # time.timeZone = lib.mkForce "America/Los_Angeles";