mirror of
https://github.com/nmasur/dotfiles
synced 2025-09-30 19:53:15 +00:00
make basic template the default
This commit is contained in:
@@ -92,7 +92,8 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
# Templates for starting other projects quickly
|
# Templates for starting other projects quickly
|
||||||
templates = {
|
templates = rec {
|
||||||
|
default = basic;
|
||||||
basic = {
|
basic = {
|
||||||
path = ./templates/basic;
|
path = ./templates/basic;
|
||||||
description = "Basic program template";
|
description = "Basic program template";
|
||||||
|
Reference in New Issue
Block a user