feat(home): add mpriss support for mpv (media buttons)

This commit is contained in:
xezo360hye 2024-10-26 12:29:44 +03:00
parent a7ce77727b
commit 80a8dbc425

View File

@ -33,6 +33,9 @@
mpv = {
enable = true;
scripts = with pkgs.mpvScripts; [
mpris
];
};
};