new default template

This commit is contained in:
Daniel Winkler 2025-06-01 23:47:47 +02:00
commit 00de350a25
No known key found for this signature in database
2 changed files with 5 additions and 144 deletions

View file

@ -7,7 +7,11 @@
path = ./templates/r;
description = "R development environment";
};
sci = {
path = ./templates/sci;
description = "Scientific computing environment (Julia, Python, R)";
}
};
defaultTemplate = self.templates.r;
defaultTemplate = self.templates.sci;
};
}