diff --git a/modules/home/cli/default.nix b/modules/home/cli/default.nix index 36db5ab..b4b5b43 100644 --- a/modules/home/cli/default.nix +++ b/modules/home/cli/default.nix @@ -56,5 +56,23 @@ - type: gemini ''; } + { + programs.starship = { + enable = true; + settings = { + add_newline = false; + format = '' + $directory$character + ''; + right_format = '' + $all + ''; + git_branch.format = "[$symbol$branch(:$remote_branch)]($style) "; + shlvl.disabled = false; + hostname.disabled = true; + username.disabled = true; + }; + }; + } ]; }