mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-21 18:21:31 +02:00
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:
parent
cbdd5998ec
commit
610cc8acf0
@ -161,6 +161,7 @@ let VARIABLES = import ../../src/variables.nix; in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
line_break.disabled = true;
|
line_break.disabled = true;
|
||||||
|
container.disabled = true;
|
||||||
|
|
||||||
nodejs = {
|
nodejs = {
|
||||||
format = "with [$symbol($version )]($style)";
|
format = "with [$symbol($version )]($style)";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user