mpv conifg

This commit is contained in:
Mats Rauhala 2021-11-20 22:19:25 +02:00
parent cdc7d4c2b8
commit 887a7ae17d
1 changed files with 9 additions and 1 deletions

View File

@ -11,7 +11,6 @@
qutebrowser
kobodl
mpv
yt-dlp
pavucontrol
@ -24,6 +23,15 @@
myVim
];
programs.mpv = {
enable = true;
config = {
"script-opts" = "ytdl_hook-ytdl_path=${pkgs.yt-dlp}/bin/yt-dlp";
force-window = true;
ytdl-format = "bestvideo+bestaudio";
};
};
services.emacs = {
enable = true;
package = pkgs.myEmacs;