diff --git a/nixos/packages/tools/oh-my-posh.nix b/nixos/packages/tools/oh-my-posh.nix index 5746e0c..66a9c21 100644 --- a/nixos/packages/tools/oh-my-posh.nix +++ b/nixos/packages/tools/oh-my-posh.nix @@ -37,6 +37,12 @@ "background" = "transparent"; "template" = "{{if eq .Type \"impure\" }}[󱄅 nix-shell]{{ end }}"; } + { + "type" = "text"; + "style" = "plain"; + "foreground" = "yellow"; + "template" = "{{ if .Env.CONTAINER_ID }}-[󰡨 {{ .Env.CONTAINER_ID }}]-{{ end }}"; + } { "type" = "python"; "foreground" = "yellow";