feat(mpv): add uosc and thumbfast scripts for a minimalist UI

This commit is contained in:
kenji
2026-01-05 14:01:54 -06:00
parent b02be43aa0
commit b86df062df
+13 -1
View File
@@ -1,5 +1,17 @@
{pkgs, ...}: {
home.packages = with pkgs; [mpv];
programs.mpv = {
enable = true;
scripts = with pkgs.mpvScripts; [
uosc
thumbfast
];
config = {
# uosc provides its own UI
osc = "no";
osd-bar = "no";
border = "no";
};
};
xdg.mimeApps = {
enable = true;