diff --git a/moduler/common/oh-my-posh.nix b/moduler/common/oh-my-posh.nix index e6c7784..05d09d3 100644 --- a/moduler/common/oh-my-posh.nix +++ b/moduler/common/oh-my-posh.nix @@ -14,6 +14,7 @@ "peach" = "#f5a97f"; "red" = "#ed8796"; "green" = "#a6da95"; + "mauve" = "#c6a0f6"; }; "blocks"= [ { @@ -55,6 +56,12 @@ "foreground"= "p:closer"; "type"= "text"; } + { + "foreground"= "p:mauve"; + "style"= "plain"; + "template"= "{{ .UserName }}@{{ .HostName }} "; + "type"= "session"; + } ]; } {