diff --git a/modules/home/shell/toolset/starship.nix b/modules/home/shell/toolset/starship.nix index 1ac33a2..dd648d6 100644 --- a/modules/home/shell/toolset/starship.nix +++ b/modules/home/shell/toolset/starship.nix @@ -78,6 +78,21 @@ in style = "green bold"; }; + os = { + format = "[$symbol](bold white) "; + disabled = false; + + symbols = { + Windows = " "; + Arch = "󰣇"; + Ubuntu = ""; + Macos = "󰀵"; + Manjaro = " "; + Nobara = " "; + Unknown = "󰠥"; + }; + }; + character = { success_symbol = "[└>](green bold)"; error_symbol = "[└x](red bold)";