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"];