{ config, lib, pkgs, ... }: { programs.starship = { enable = true; enableZshIntegration = true; settings = { add_newline = true; scan_timeout = 10; character = { success_symbol = "[->](bold green)"; }; directory = { truncation_length = 100; tuncate_to_repo = false; }; }; }; }