From f40207c455097ee50d2d87f773a1ea029edb54b6 Mon Sep 17 00:00:00 2001 From: Chris Kruining Date: Sun, 23 Mar 2025 17:53:43 +0100 Subject: [PATCH] oops, missed a file save... --- modules/home/shell/toolset/starship.nix | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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)";