diff --git a/modules2/starship/shlvl.nix b/modules2/starship/shlvl.nix new file mode 100644 index 00000000..bceec83b --- /dev/null +++ b/modules2/starship/shlvl.nix @@ -0,0 +1,8 @@ +{ + flake.modules.homeManager.base.programs.starship.settings.shlvl = { + disabled = false; + style = "bold red"; + symbol = ""; + threshold = 2; + }; +}