From 05d5f07cca35af44cadfc186d964b516263de67d Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 31 Aug 2025 14:19:30 +0200 Subject: [PATCH] Add migration to fix the AMD F13 input audio problem --- migrations/1756642681.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 migrations/1756642681.sh diff --git a/migrations/1756642681.sh b/migrations/1756642681.sh new file mode 100644 index 00000000..2f3dfd44 --- /dev/null +++ b/migrations/1756642681.sh @@ -0,0 +1,3 @@ +echo "Fix audio input on AMD Framework laptops" + +omarchy-restart-amd-audio || true