thelio76: mpv config

This commit is contained in:
Alex 2024-07-27 20:20:47 -04:00
parent 57787aa195
commit 7c80cc28c8
1 changed files with 9 additions and 1 deletions

View File

@ -31,7 +31,6 @@
lmms lmms
lutris lutris
moonlight-qt moonlight-qt
mpv
ncdu ncdu
nextcloud-client nextcloud-client
nixpkgs-fmt nixpkgs-fmt
@ -39,6 +38,7 @@
picard picard
rawtherapee rawtherapee
spotify spotify
sqlitebrowser
steam steam
syncthing syncthing
ventoy-full ventoy-full
@ -109,6 +109,14 @@
font.name = "Victor Mono"; font.name = "Victor Mono";
font.size = 12; font.size = 12;
}; };
mpv = {
enable = true;
scriptOpts = {
"ytdl_hook" = {
"ytdl_path" = "${pkgs.yt-dlp}/bin/yt-dlp";
};
};
};
vscode = { vscode = {
enable = true; enable = true;
extensions = with pkgs; [ extensions = with pkgs; [