test
This commit is contained in:
parent
1aeeb87367
commit
d707575602
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,7 @@ in
|
|||
programs.starship.settings = {
|
||||
format = lib.concatStrings [
|
||||
"[](${orangeColor})"
|
||||
"$clock"
|
||||
"$time"
|
||||
"$username"
|
||||
"$hostname"
|
||||
"[](bg:${yellowColor} fg:${orangeColor})"
|
||||
|
@ -35,6 +35,7 @@ in
|
|||
# "$scala"
|
||||
# "[](fg:#86BBD8 bg:#06969A)"
|
||||
"$docker_context"
|
||||
"$status"
|
||||
# "[](fg:#06969A bg:#33658A)"
|
||||
# d"$time"
|
||||
# "[ ](fg:#33658A)"
|
||||
|
|
Loading…
Reference in a new issue