1
0
mirror of https://github.com/nix-community/home-manager synced 2024-07-02 19:38:32 +02:00
home-manager/tests/modules/programs/starship/settings-expected.toml
Robert Helgesson acf106ced0
starship: give settings option more specific type
This more readily allows merging configurations.

Fixes #1023
2020-02-29 22:17:47 +01:00

28 lines
386 B
TOML

add_newline = false
prompt_order = ["line_break", "package", "line_break", "character"]
scan_timeout = 10
[aws]
disabled = true
style = "bold blue"
[battery]
charging_symbol = "⚡️"
[[battery.display]]
style = "bold red"
threshold = 10
[[battery.display]]
style = "bold yellow"
threshold = 30
[character]
symbol = "➜"
[memory_usage]
threshold = -1
[package]
disabled = true