From cee82650afd502e028842b4ab26e44c33d15eadb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Thu, 2 Jun 2022 18:08:34 +0200 Subject: [PATCH] :rocket: add entr --- modules/cli/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/cli/default.nix b/modules/cli/default.nix index 5ed655b..7a1ad20 100644 --- a/modules/cli/default.nix +++ b/modules/cli/default.nix @@ -53,6 +53,9 @@ nixpkgs-pr = "nixpkgs-review pr --token ${ if (config.modules.cli.shell.name == "fish") then "" else "$" }(cat /run/agenix/github)"; + + latexwatch = + ''find -type f -name "*.tex" | entr -c latexmk -pdf -silent''; }; variables = { EDITOR = editor; }; }; @@ -86,6 +89,7 @@ duf up viu + entr arduino