mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
edited mpv profiles, added musnix
had to fix conflicts between various files
This commit is contained in:
parent
9aee0471cf
commit
d455f66036
3 changed files with 25 additions and 7 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue