{ config, pkgs, ... }: { imports = [ ]; home = { packages = with pkgs.unstable; [ dbeaver-bin go nodejs yarn sqlite jq # steam-run # jetbrains.idea-community # use prebuild binary ]; sessionVariables = { GOPATH = "${config.home.homeDirectory}/data/go"; }; }; }