{ pkgs, ... }: { imports = [ ./emacs.nix ./git.nix ./terminal.nix ./vscode.nix ./zed.nix ]; home.packages = with pkgs; [ pulumi-bin jq ]; }