{ config, pkgs, ... }: { imports = [ ./common.nix ]; programs.starship.settings = { gcloud = { disabled = true; }; python = { disabled = true; }; }; programs.zsh.enableVteIntegration = true; }