starship: Re-enable containers module

Having some indicator that we're in a container is better than no
indicator at all. starship takes forever to compile, so patching it
would introduce excessively long build times.
This commit is contained in:
Donovan Glover 2023-06-22 14:38:26 -04:00
parent 4d893bed47
commit a9c5c5eddd
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -22,7 +22,6 @@
};
line_break.disabled = true;
container.disabled = true;
nodejs = {
format = "with [$symbol($version )]($style)";