programs.starship.settings
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
- <home-manager/modules/programs/starship.nix>