From b81255cbf3bf4e7456967e83af2d5a9843cbf4df Mon Sep 17 00:00:00 2001 From: alejandro-angulo Date: Tue, 17 Sep 2024 21:09:53 -0700 Subject: [PATCH] Started customizing starhsip prompt --- modules/home/tools/zsh/default.nix | 9 +++++++++ 1 file changed, 9 insertions(+) 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; + }; }; }; }