set default template
This commit is contained in:
parent
84adefb01e
commit
b783198ffa
1 changed files with 2 additions and 1 deletions
|
@ -50,7 +50,8 @@
|
||||||
combined.overrideAttrs postCombineOverride;
|
combined.overrideAttrs postCombineOverride;
|
||||||
};
|
};
|
||||||
} // {
|
} // {
|
||||||
templates = {
|
templates = rec {
|
||||||
|
default = thesis;
|
||||||
thesis = {
|
thesis = {
|
||||||
path = ./template;
|
path = ./template;
|
||||||
description = "Thesis template";
|
description = "Thesis template";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue