Rachel Lambda Samuelsson 2024-03-05 19:09:59 +01:00
parent 11ed112837
commit a27820eb99
1 changed files with 10 additions and 0 deletions

View File

@ -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";
};
};
}