set default template

This commit is contained in:
Tim Schubert 2023-04-15 17:03:07 +02:00
parent 84adefb01e
commit b783198ffa
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -50,7 +50,8 @@
combined.overrideAttrs postCombineOverride;
};
} // {
templates = {
templates = rec {
default = thesis;
thesis = {
path = ./template;
description = "Thesis template";