diff options
author | Soispha <soispha@vhack.eu> | 2023-06-18 17:01:19 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-06-18 17:01:19 +0200 |
commit | aed90bde393436e903fa7cf53b2277694285cf0e (patch) | |
tree | ff766833d7f0209eab73f2086039a20aa146118b /flake.nix | |
parent | Feat(latex): Init (diff) | |
download | flake-templates-aed90bde393436e903fa7cf53b2277694285cf0e.tar.gz flake-templates-aed90bde393436e903fa7cf53b2277694285cf0e.zip |
Fix(flake): Add missing templates
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 10 |
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`"; + }; }; }; } |