programs.starship.settings

Home-Manager option

Configuration written to $XDG_CONFIG_HOME/starship.toml. See https://starship.rs/config/ for the full list of options.

type: TOML value
Default
{ }
Example
{ add_newline = false; format = lib.concatStrings [ "$line_break" "$package" "$line_break" "$character" ]; scan_timeout = 10; character = { success_symbol = "➜"; error_symbol = "➜"; }; }
declared in: <home-manager/modules/programs/starship.nix>source unavailable