mpv | cleanup

This commit is contained in:
Don Harper 2025-05-29 22:17:34 -05:00
parent 10048f4534
commit ed6adb7b1d

View file

@ -1,8 +1,7 @@
{ pkgs, ... }: {
{ ... }: {
programs = {
mpv = {
enable = true;
# package = pkgs.wrapMpv (pkgs.mpv-unwrapped.override { vapoursynthSupport = true; }) { youtubeSupport = true; };
config = {
cache = "yes";
cache-on-disk = "no";