From aed90bde393436e903fa7cf53b2277694285cf0e Mon Sep 17 00:00:00 2001 From: Soispha Date: Sun, 18 Jun 2023 17:01:19 +0200 Subject: Fix(flake): Add missing templates --- flake.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) 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`"; + }; }; }; } -- cgit 1.4.1