mpv | cleanup
This commit is contained in:
parent
10048f4534
commit
ed6adb7b1d
1 changed files with 1 additions and 2 deletions
|
|
@ -1,8 +1,7 @@
|
||||||
{ pkgs, ... }: {
|
{ ... }: {
|
||||||
programs = {
|
programs = {
|
||||||
mpv = {
|
mpv = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# package = pkgs.wrapMpv (pkgs.mpv-unwrapped.override { vapoursynthSupport = true; }) { youtubeSupport = true; };
|
|
||||||
config = {
|
config = {
|
||||||
cache = "yes";
|
cache = "yes";
|
||||||
cache-on-disk = "no";
|
cache-on-disk = "no";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue