aboutsummaryrefslogtreecommitdiff
path: root/modules/home/i3wm/nord-blue
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home/i3wm/nord-blue')
-rw-r--r--modules/home/i3wm/nord-blue/helix.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/home/i3wm/nord-blue/helix.nix b/modules/home/i3wm/nord-blue/helix.nix
index 0f9983d..ead3002 100644
--- a/modules/home/i3wm/nord-blue/helix.nix
+++ b/modules/home/i3wm/nord-blue/helix.nix
@@ -101,6 +101,13 @@
"texlab" = {
command = "${pkgs.texlab}/bin/texlab";
};
+ texlab.config.texlab.build = {
+ onSave = true;
+ forwardSearchAfter = true;
+ executable = "latexmk";
+ args = [ "-pdf" "-interaction=nonstopmode" "-synctex=1" "%f" ];
+ };
+
# Markdown
"marksman" = {