mpvScripts.eisa01.undoredo: init at 0-unstable-2023-11-25 (#401930)

This commit is contained in:
Lin Xianyi 2025-04-27 22:57:48 +08:00 committed by GitHub
parent 3a57c98d0d
commit ea517c04f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -69,5 +69,13 @@ lib.recurseIntoAttrs (
maintainers = with lib.maintainers; [ iynaix ];
};
};
undoredo = {
scriptPath = "scripts/UndoRedo.lua";
meta = {
description = "Undo / redo any accidental time jumps";
maintainers = with lib.maintainers; [ iynaix ];
};
};
}
)