diff --git a/applications/mpv/default.nix b/applications/mpv/default.nix index 09ef02bb..dce02620 100644 --- a/applications/mpv/default.nix +++ b/applications/mpv/default.nix @@ -28,7 +28,10 @@ osd-duration = 750; really-quiet = "yes"; }; - scripts = [ pkgs.mpvScripts.thumbnail ]; + scripts = with pkgs.mpvScripts; [ + mpris + thumbnail + ]; }; }]; }