8 lines
161 B
Nix
8 lines
161 B
Nix
{
|
|
flake.modules.homeManager.base.programs.starship.settings.shlvl = {
|
|
disabled = false;
|
|
style = "bold red";
|
|
symbol = "";
|
|
threshold = 2;
|
|
};
|
|
}
|