edited mpv profiles, added musnix

had to fix conflicts between various files
This commit is contained in:
chloe 2025-07-21 20:20:28 +02:00
parent 9aee0471cf
commit d455f66036
3 changed files with 25 additions and 7 deletions

View file

@ -24,6 +24,7 @@
home.packages =
with pkgs;
[
yt-dlp
nerd-fonts.code-new-roman
ffmpegthumbnailer
xfce.tumbler
@ -284,10 +285,13 @@
}
);
config = {
profile = "high-quality";
ytdl-format = "bestvideo+bestaudio";
cache-default = 4000000;
profiles = {
"high-quality" = {
ytdl-format = "bestvideo+bestaudio";
};
"1080p" = {
ytdl-format = "bestvideo[height<=?1080]+bestaudio/best";
};
};
};