feat(shell): enable starship prompt
This commit is contained in:
parent
aefbe1af11
commit
f527faf181
1 changed files with 4 additions and 0 deletions
4
home.nix
4
home.nix
|
|
@ -426,4 +426,8 @@ in {
|
|||
git = true;
|
||||
icons = true;
|
||||
};
|
||||
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue