nix-config/modules2/starship/shlvl.nix

8 lines
161 B
Nix

{
flake.modules.homeManager.base.programs.starship.settings.shlvl = {
disabled = false;
style = "bold red";
symbol = "";
threshold = 2;
};
}