diff --git a/home.nix b/home.nix index fd9a7c2..bb0df7b 100644 --- a/home.nix +++ b/home.nix @@ -327,6 +327,9 @@ in config = { save-position-on-quit = true; }; + scripts = with pkgs.mpvScripts; [ + sponsorblock + ]; }; xsession.windowManager.xmonad = if wm == "xmonad" then {