{ pkgs, ... }: { imports = [ ./vscode ]; home = { packages = with pkgs; [ dbeaver-bin go nodejs yarn ]; }; }