{ pkgs, ... }: { imports = [ ]; home = { packages = with pkgs.unstable; [ dbeaver-bin go nodejs yarn steam-run jetbrains.idea-community ]; }; }