From f24a269af322a9fe3693c8560fd6eb9b2c779eec Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sun, 19 Apr 2026 09:29:46 -0500 Subject: [PATCH] newline in starship prompt --- modules/programs/zsh.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/programs/zsh.nix b/modules/programs/zsh.nix index 3ec21c6..8ca5dc7 100644 --- a/modules/programs/zsh.nix +++ b/modules/programs/zsh.nix @@ -128,6 +128,8 @@ in })) { palette = "catppuccin_mocha"; + add_newline = lib.mkForce true; + line_break.disabled = lib.mkForce false; git_status.diverged = lib.mkForce "⇕⇡\${ahead_count}⇣\${behind_count}"; cmd_duration.format = lib.mkForce "󰔛 $duration"; python.disabled = lib.mkForce true;