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 = {
|
programs.starship.settings = {
|
||||||
format = lib.concatStrings [
|
format = lib.concatStrings [
|
||||||
"[](${orangeColor})"
|
"[](${orangeColor})"
|
||||||
"$clock"
|
"$time"
|
||||||
"$username"
|
"$username"
|
||||||
"$hostname"
|
"$hostname"
|
||||||
"[](bg:${yellowColor} fg:${orangeColor})"
|
"[](bg:${yellowColor} fg:${orangeColor})"
|
||||||
|
@ -35,6 +35,7 @@ in
|
||||||
# "$scala"
|
# "$scala"
|
||||||
# "[](fg:#86BBD8 bg:#06969A)"
|
# "[](fg:#86BBD8 bg:#06969A)"
|
||||||
"$docker_context"
|
"$docker_context"
|
||||||
|
"$status"
|
||||||
# "[](fg:#06969A bg:#33658A)"
|
# "[](fg:#06969A bg:#33658A)"
|
||||||
# d"$time"
|
# d"$time"
|
||||||
# "[ ](fg:#33658A)"
|
# "[ ](fg:#33658A)"
|
||||||
|
|
Loading…
Reference in a new issue