diff --git a/modules/home/tools/zsh/default.nix b/modules/home/tools/zsh/default.nix index 5e5697c..52e51b2 100644 --- a/modules/home/tools/zsh/default.nix +++ b/modules/home/tools/zsh/default.nix @@ -43,6 +43,15 @@ in { programs.starship = { enable = true; catppuccin.enable = true; + settings = { + format = '' + $all$fill$time$line_break$character + ''; + + os.disabled = false; + status.disabled = false; + time.disabled = false; + }; }; }; }