5 lines
69 B
Nix
5 lines
69 B
Nix
{pkgs, ...}: {
|
|
home.packages = with pkgs; [
|
|
elixir_1_17
|
|
];
|
|
}
|