about summary refs log tree commit diff stats
path: root/templates.nix
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-03 20:52:28 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-03 20:53:04 +0200
commit87f57f8fd676d37b6aa5d1b3a85197ac59cb1eb4 (patch)
tree816c7ef5fdcf46f9d809a53203c5d0a7536858c7 /templates.nix
parentfix(common/init): Actually ask the user for the license ident (diff)
downloadflake-templates-87f57f8fd676d37b6aa5d1b3a85197ac59cb1eb4.tar.gz
flake-templates-87f57f8fd676d37b6aa5d1b3a85197ac59cb1eb4.zip
feat(templates/latex/letter): Init
Diffstat (limited to 'templates.nix')
-rw-r--r--templates.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates.nix b/templates.nix
index 314810d..0ba4e77 100644
--- a/templates.nix
+++ b/templates.nix
@@ -29,6 +29,10 @@ in {
     Also **grep** for TODO marks after the `init` run and change them accordingly!
     Furthermore, please take a look at `lpm`.
   '';
+  latex_letter = mkAddedTemplate "latex/letter" ''
+    Also **grep** for TODO marks after the `init` run and change them accordingly!
+    Furthermore, please take a look at `lpm`.
+  '';
 
   # Currently unmaintained
   # markdown = mkDefaultTemplate "markdown";