From d49fd32f9bb116e8b00f1c574611023e740c257e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Sat, 20 Jun 2026 02:48:33 -0300 Subject: [PATCH] mpv: use pulse audio output this helps with discord audio sharing --- user/mpv.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/user/mpv.nix b/user/mpv.nix index 851860f..cd8a27e 100644 --- a/user/mpv.nix +++ b/user/mpv.nix @@ -17,6 +17,8 @@ cache-pause-wait = 10; hwdec = "auto"; + + ao = "pulse,"; }; scripts = with pkgs.mpvScripts; [ mpris