fix: starship nix_shell enabled state

This commit is contained in:
= 2025-01-19 11:08:23 +01:00
parent 8b954340fb
commit 468313dbc1

View file

@ -42,7 +42,7 @@
settings = {
add_newline = true;
container.disabled = true;
nix_shell.enabled = true;
nix_shell.disabled = false;
};
};
};