os/pkgs/present-md.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
193 B
Nix
Raw Normal View History

2023-03-05 16:38:39 +00:00
self:
with self; ''
WORKING_DIR=$(pwd)
exec alacritty --option font.size=28 --option window.padding.y=20 --working-directory "$WORKING_DIR" --command $SHELL -c "${slides}/bin/slides $@"
''