tweak mpv

This commit is contained in:
Nathan McCarty 2025-01-28 23:35:10 -05:00
parent b220845e85
commit b505edc7ee

View file

@ -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
]; ];
}; };
} }