diff --git a/system/global/home.nix b/system/global/home.nix index 8af39c6..369740f 100644 --- a/system/global/home.nix +++ b/system/global/home.nix @@ -334,6 +334,9 @@ in m = "cycle mute"; c = "cycle sub-visibility"; }; + programs.mpv.scripts = [ + pkgs.mpvScripts.mpris + ]; programs.foot.enable = true; programs.foot.server.enable = true;