diff --git a/modules/home/apps/tools/ohmyposh/default.nix b/modules/home/apps/tools/ohmyposh/default.nix index 28f9715..584dfa5 100644 --- a/modules/home/apps/tools/ohmyposh/default.nix +++ b/modules/home/apps/tools/ohmyposh/default.nix @@ -43,7 +43,7 @@ in { foreground = "p:text"; "powerline_symbol" = ""; style = "diamond"; - template = "{{ .UserName }}@{{ .HostName }}"; + template = "{{ .UserName }}@{{ .HostName }} "; type = "session"; } { @@ -56,7 +56,7 @@ in { }; "powerline_symbol" = ""; style = "powerline"; - template = " {{ .Path }}"; + template = " {{ .Path }} "; type = "path"; } {