From 7366224738819a647da376667da8ba5a14e37b6c Mon Sep 17 00:00:00 2001 From: FredzyW Date: Fri, 14 Jun 2024 22:46:22 +0200 Subject: [PATCH] Added hostname --- moduler/common/oh-my-posh.nix | 7 +++++++ 1 file changed, 7 insertions(+) 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"; + } ]; } {