tweak mpv
This commit is contained in:
parent
b220845e85
commit
b505edc7ee
1 changed files with 5 additions and 4 deletions
|
@ -15,13 +15,14 @@
|
||||||
|
|
||||||
programs.mpv = {
|
programs.mpv = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
config = {
|
||||||
|
osd-bar = "no";
|
||||||
|
border = "no";
|
||||||
|
};
|
||||||
scripts = with pkgs.mpvScripts; [
|
scripts = with pkgs.mpvScripts; [
|
||||||
mpris
|
mpris
|
||||||
# modernz
|
uosc
|
||||||
modernx-zydezu
|
|
||||||
memo
|
|
||||||
mpv-cheatsheet
|
mpv-cheatsheet
|
||||||
webtorrent-mpv-hook
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue