diff --git a/home.nix b/home.nix index 7911455..6c972b7 100644 --- a/home.nix +++ b/home.nix @@ -167,6 +167,9 @@ profile = "gpu-hq"; ytdl-format = "bestvideo+bestaudio"; }; + scripts = [ + pkgs.mpvScripts.mpris + ]; }; programs.ncmpcpp.enable = true;