From 4fae6d1ed000ff653d670022e2e66fbc61b5fa71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Sun, 19 Feb 2023 11:52:00 +0100 Subject: [PATCH] fix(mpv): support only pulse --- configs/mpv.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/mpv.nix b/configs/mpv.nix index 0e0de1b..d18938b 100644 --- a/configs/mpv.nix +++ b/configs/mpv.nix @@ -23,6 +23,7 @@ in { ytdl-raw-options = lib.concatStringsSep "," [''sub-lang="de,en"'' "write-sub=" "write-auto-sub="]; screenshot-template = "%F-%wH%wM%wS-%#04n"; script-opts = "ytdl_hook-ytdl_path=${pkgs.yt-dlp}/bin/yt-dlp"; + ao = "pulse"; # no pipewire for me :( }; bindings = { "Alt+RIGHT" = "add video-rotate 90";