starship: Disable container module

The container module has been broken for a while and doesn't show
relevant container names.

See: https://github.com/starship/starship/issues/3592
This commit is contained in:
Donovan Glover 2023-06-12 15:07:49 -04:00
parent cbdd5998ec
commit 610cc8acf0
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -161,6 +161,7 @@ let VARIABLES = import ../../src/variables.nix; in {
};
line_break.disabled = true;
container.disabled = true;
nodejs = {
format = "with [$symbol($version )]($style)";