🚀 add entr

dev-docs
Moritz Böhme 2022-06-02 18:08:34 +02:00
parent bad4a92012
commit cee82650af
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
1 changed files with 4 additions and 0 deletions

View File

@ -53,6 +53,9 @@
nixpkgs-pr = "nixpkgs-review pr --token ${ nixpkgs-pr = "nixpkgs-review pr --token ${
if (config.modules.cli.shell.name == "fish") then "" else "$" if (config.modules.cli.shell.name == "fish") then "" else "$"
}(cat /run/agenix/github)"; }(cat /run/agenix/github)";
latexwatch =
''find -type f -name "*.tex" | entr -c latexmk -pdf -silent'';
}; };
variables = { EDITOR = editor; }; variables = { EDITOR = editor; };
}; };
@ -86,6 +89,7 @@
duf duf
up up
viu viu
entr
arduino arduino