MyNixOS website logo

Configuration written to $XDG_CONFIG_HOME/lazydocker/config.yml on Linux or on Darwin if is set, otherwise ~/Library/Application Support/jesseduffield/lazydocker/config.yml. See https://github.com/jesseduffield/lazydocker/blob/master/docs/Config.md for supported values.

Declarations
Type
YAML 1.1 value
Default
{
  commandTemplates = {
    dockerCompose = "docker compose";
  };
}
Example
{
  commandTemplates = {
    dockerCompose = "docker compose compose -f docker-compose.yml";
  };
  gui = {
    theme = {
      activeBorderColor = [
        "red"
        "bold"
      ];
      inactiveBorderColor = [
        "blue"
      ];
    };
  };
}