starship: enable SHLVL
This commit is contained in:
parent
20455518b8
commit
33e72c839a
1 changed files with 8 additions and 0 deletions
8
modules2/starship/shlvl.nix
Normal file
8
modules2/starship/shlvl.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
flake.modules.homeManager.base.programs.starship.settings.shlvl = {
|
||||
disabled = false;
|
||||
style = "bold red";
|
||||
symbol = "";
|
||||
threshold = 2;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue