summaryrefslogtreecommitdiff
path: root/home/ebisu/kansai/development/languages/jvm/default.nix
blob: 7e8e9bc072b16595178f4c9708d74bd129a53d14 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{ pkgs, ... }:
{
  imports = [
    ./clojure.nix
    ./scala.nix
  ];

  home.packages = with pkgs; [
    kotlin
    cfr
  ];
}