summaryrefslogtreecommitdiff
path: root/home/ebisu/kansai/development/languages/crystal.nix
blob: b5092b441d9f4cf4aabb98e1007f166eabaa269c (plain) (blame)
1
2
3
4
5
6
7
8
9
{ pkgs, ... }:
{
  home.packages = with pkgs; [
    ameba
    crystal
    shards
    crystalline
  ];
}