mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-09 01:44:15 +01: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;
|
||||
container.disabled = true;
|
||||
|
||||
nodejs = {
|
||||
format = "with [$symbol($version )]($style)";
|
||||
|
Loading…
Reference in New Issue
Block a user