2023-05-21 14:25:16 +02:00

11 lines
122 B
Nix

{
pkgs,
...
}: {
programs.mpv = {
enable = true;
scripts = with pkgs; [
mpvScripts.mpris
];
};
}