mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-27 07:20:14 +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