diff --git a/flake.nix b/flake.nix index d5cc293..2d9356d 100644 --- a/flake.nix +++ b/flake.nix @@ -49,5 +49,12 @@ in combined.overrideAttrs postCombineOverride; }; + } // { + templates = { + thesis = { + path = ./template; + description = "Thesis template"; + }; + }; }; }