diff --git a/pkgs/applications/video/mpv/scripts/eisa01.nix b/pkgs/applications/video/mpv/scripts/eisa01.nix index 38e6e4f50567..cdf0501f88f7 100644 --- a/pkgs/applications/video/mpv/scripts/eisa01.nix +++ b/pkgs/applications/video/mpv/scripts/eisa01.nix @@ -54,6 +54,14 @@ lib.recurseIntoAttrs ( }; }; + simplehistory = { + scriptPath = "scripts/SimpleHistory.lua"; + meta = { + description = "Store videos in a history file, continue watching your last played or resume previously played videos, manage and play from your history, and more"; + maintainers = with lib.maintainers; [ luftmensch-luftmensch ]; + }; + }; + smartskip = { scriptPath = "scripts/SmartSkip.lua"; meta = {