From af7313796fcf05ea9fe91f3880e3ba2d6b3a0994 Mon Sep 17 00:00:00 2001 From: Priec Date: Mon, 27 Apr 2026 01:32:00 +0200 Subject: [PATCH] flake with echo of helix editor commands --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index ae8892e..ea20ca0 100644 --- a/flake.nix +++ b/flake.nix @@ -20,7 +20,8 @@ ]; 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 ''; };