forked from extern/nix-config
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:
parent
4d893bed47
commit
a9c5c5eddd
@ -22,7 +22,6 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
line_break.disabled = true;
|
line_break.disabled = true;
|
||||||
container.disabled = true;
|
|
||||||
|
|
||||||
nodejs = {
|
nodejs = {
|
||||||
format = "with [$symbol($version )]($style)";
|
format = "with [$symbol($version )]($style)";
|
||||||
|
Loading…
Reference in New Issue
Block a user