Files
dotfiles/home-modules/programming/gleam.nix
Lennart J. Kurzweg (Nx2) b8c1c7f302 North 20
2024-06-20 20:38:45 +02:00

8 lines
76 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
gleam
erlang
];
}