diff --git a/flake.nix b/flake.nix index 2d9356d..37d9dbc 100644 --- a/flake.nix +++ b/flake.nix @@ -50,7 +50,8 @@ combined.overrideAttrs postCombineOverride; }; } // { - templates = { + templates = rec { + default = thesis; thesis = { path = ./template; description = "Thesis template";