feat: configure startship
This commit is contained in:
parent
755ec04d04
commit
009cd16749
1 changed files with 7 additions and 0 deletions
7
home.nix
7
home.nix
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue