flake with echo of helix editor commands

This commit is contained in:
Priec
2026-04-27 01:32:00 +02:00
parent 0d825152b1
commit af7313796f

View File

@@ -20,7 +20,8 @@
]; ];
shellHook = '' shellHook = ''
echo "TeX Live Full environment loaded with LSP support" echo ":sh lualatex --output-directory=main main.tex"
echo ":sh zathura main/main.pdf &"
lualatex --version | head -n 1 lualatex --version | head -n 1
''; '';
}; };