From 48796999d5e1458e2c4b79a2a6c6c76f0b5d2838 Mon Sep 17 00:00:00 2001 From: tristan Date: Mon, 24 Apr 2023 12:18:04 +0100 Subject: [PATCH] mpv-mpris --- system/global/home.nix | 3 +++ 1 file changed, 3 insertions(+) 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;