aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-06-18 17:01:19 +0200
committerSoispha <soispha@vhack.eu>2023-06-18 17:01:19 +0200
commitaed90bde393436e903fa7cf53b2277694285cf0e (patch)
treeff766833d7f0209eab73f2086039a20aa146118b
parentFeat(latex): Init (diff)
downloadflake-templates-aed90bde393436e903fa7cf53b2277694285cf0e.zip
Fix(flake): Add missing templates
-rw-r--r--flake.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 18b6740..749e617 100644
--- a/flake.nix
+++ b/flake.nix
@@ -51,6 +51,16 @@
description = "A Shell project";
welcomeText = "Please customize the text in the flake.nix and LICENSE.spdx files; Look at the TODO marks.\n Also run `git init` and `cog install-hook commit-msg`";
};
+ markdown = {
+ path = ./markdown;
+ description = "A Markdown project";
+ welcomeText = "Please customize the text in the flake.nix and LICENSE.spdx files; Look at the TODO marks.\n Also run `git init` and `cog install-hook commit-msg`";
+ };
+ latex = {
+ path = ./latex;
+ description = "A LaTeX project";
+ welcomeText = "Please customize the text in the flake.nix and LICENSE.spdx files; Look at the TODO marks.\n Also run `git init` and `cog install-hook commit-msg` and look at `lpm`";
+ };
};
};
}