{ config, ... }: { config = { programs.starship = { enable = true; enableZshIntegration = true; settings = { add_newline = false; command_timeout = 1000; line_break = { disabled = true; }; directory = { truncation_length = 3; truncate_to_repo = false; truncation_symbol = "…/"; read_only = ""; }; }; }; }; }