mpvScripts.eisa01.simplebookmark: init at 0-unstable-2023-09-22 (#402041)

authored by Valentino and committed by GitHub 488d37d9 ea517c04

+8
+8
pkgs/applications/video/mpv/scripts/eisa01.nix
··· 54 54 }; 55 55 }; 56 56 57 + simplebookmark = { 58 + scriptPath = "scripts/SimpleBookmark.lua"; 59 + meta = { 60 + description = "Simple bookmarks script based on assigning keys"; 61 + maintainers = with lib.maintainers; [ luftmensch-luftmensch ]; 62 + }; 63 + }; 64 + 57 65 simplehistory = { 58 66 scriptPath = "scripts/SimpleHistory.lua"; 59 67 meta = {