diff --git a/shared/oh-my-posh.nix b/shared/oh-my-posh.nix index 9c812e9..bbac0b9 100644 --- a/shared/oh-my-posh.nix +++ b/shared/oh-my-posh.nix @@ -81,7 +81,13 @@ { "foreground"= "p:mauve"; "style"= "plain"; - "template"= "{{ .UserName }}@{{ .HostName }} "; + "template"= "{{ .UserName }}@"; + "type"= "session"; + } + { + "foreground"= "p:peach"; + "style"= "plain"; + "template"= "{{ .HostName }}"; "type"= "session"; } ];