mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-05-21 00:30:45 +02:00
mpv: Add mpris
This commit is contained in:
parent
fd66253882
commit
b8c79f1ca8
@ -28,7 +28,10 @@
|
|||||||
osd-duration = 750;
|
osd-duration = 750;
|
||||||
really-quiet = "yes";
|
really-quiet = "yes";
|
||||||
};
|
};
|
||||||
scripts = [ pkgs.mpvScripts.thumbnail ];
|
scripts = with pkgs.mpvScripts; [
|
||||||
|
mpris
|
||||||
|
thumbnail
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}];
|
}];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user