diff --git a/flake.nix b/flake.nix index 64ddeee..43e2b67 100644 --- a/flake.nix +++ b/flake.nix @@ -92,7 +92,8 @@ }); # Templates for starting other projects quickly - templates = { + templates = rec { + default = basic; basic = { path = ./templates/basic; description = "Basic program template";