starship: enable SHLVL

This commit is contained in:
Oliver Davies 2025-08-07 01:43:27 +01:00
parent 20455518b8
commit 33e72c839a

View file

@ -0,0 +1,8 @@
{
flake.modules.homeManager.base.programs.starship.settings.shlvl = {
disabled = false;
style = "bold red";
symbol = "";
threshold = 2;
};
}