feat: configure startship

This commit is contained in:
Jet 2026-03-14 17:53:58 -07:00
parent 755ec04d04
commit 009cd16749
No known key found for this signature in database

View file

@ -153,6 +153,13 @@
programs.starship = {
enable = true;
enableBashIntegration = true;
settings = {
cmd_duration.min_time = 500;
directory.truncation_length = 3;
nix_shell.format = "[$symbol]($style) ";
battery.disabled = false;
git_branch.disabled = true;
};
};
programs.zellij = {