Small changes
This commit is contained in:
parent
caa5d90b82
commit
80eaaf1831
5 changed files with 24 additions and 33 deletions
|
@ -3,22 +3,15 @@
|
|||
programs.mpv = {
|
||||
enable = true;
|
||||
|
||||
package = (
|
||||
pkgs.mpv-unwrapped.wrapper {
|
||||
scripts = with pkgs.mpvScripts; [
|
||||
uosc
|
||||
sponsorblock
|
||||
];
|
||||
|
||||
mpv = pkgs.mpv-unwrapped.override {
|
||||
};
|
||||
}
|
||||
);
|
||||
scripts = with pkgs.mpvScripts; [
|
||||
autoload
|
||||
uosc
|
||||
];
|
||||
|
||||
config = {
|
||||
profile = "high-quality";
|
||||
ytdl-format = "bestvideo+bestaudio";
|
||||
cache-default = 4000000;
|
||||
volume = "70";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue