nix-config/modules/starship/shlvl.nix

9 lines
161 B
Nix
Raw Normal View History

2025-08-07 01:43:27 +01:00
{
flake.modules.homeManager.base.programs.starship.settings.shlvl = {
disabled = false;
style = "bold red";
symbol = "";
threshold = 2;
};
}