From cdfdeffc076630e8d64c4a73c9107d24c2b8274c Mon Sep 17 00:00:00 2001 From: Sweetbread Date: Sat, 28 Mar 2026 16:32:23 +0300 Subject: [PATCH] starship: fix os icon --- modules/user/zsh.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/user/zsh.nix b/modules/user/zsh.nix index 463d3ef..f6e1278 100644 --- a/modules/user/zsh.nix +++ b/modules/user/zsh.nix @@ -37,7 +37,10 @@ read_only = " RO"; }; nix_shell.format = "[nix-shell]($style) "; - os.disabled = false; + os = { + disabled = false; + style = "white"; + }; python = { symbol = "py "; python_binary = ["python3" "python"];