diff --git a/flake.nix b/flake.nix index ae75542..eaf26ca 100644 --- a/flake.nix +++ b/flake.nix @@ -27,5 +27,15 @@ description = "Minimal python flake"; welcomeText = "hisss 🐍🐍🐍"; }; + templates.julia = { + path = ./julia; + description = "Minimal julia flake"; + welcomeText = ":3"; + }; + templates.idris2 = { + path = ./idris2; + description = "Minimal idris2 flake"; + welcomeText = "mjau :3"; + }; }; }