{ pkgs, ... }: { programs.mpv = { enable = true; config = { screenshot-directory = "~/Documents/screenshots"; ontop = true; profile = "gpu-hq"; }; scripts = with pkgs.mpvScripts; [ sponsorblock quality-menu # Switch video quality from YT on-the-go vr-reversal # Script for mpv to play VR video with optional saving of head tracking data ]; }; }