feat(mpv): add uosc and thumbfast scripts for a minimalist UI
This commit is contained in:
+13
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user