add elixir lang

This commit is contained in:
xunuwu 2025-02-05 19:29:24 +01:00
parent 82b819bd70
commit 96abb50b8c
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{pkgs, ...}: {
home.packages = with pkgs; [
elixir_1_17
];
}