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