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