{ pkgs, ... }: { imports = [ ./clojure.nix ./scala.nix ]; home.packages = with pkgs; [ kotlin cfr ]; }