Added mpv mpris script

This commit is contained in:
2025-05-20 01:55:30 -04:00
parent c5d4e9a3c1
commit ed4f1508ef

View File

@@ -167,6 +167,9 @@
profile = "gpu-hq";
ytdl-format = "bestvideo+bestaudio";
};
scripts = [
pkgs.mpvScripts.mpris
];
};
programs.ncmpcpp.enable = true;