MyNixOS website logo

Configuration settings for Distrobox. All the available options can be found here: https://github.com/89luca89/distrobox?tab=readme-ov-file#configure-distrobox.

Declarations
Type
attribute set of (INI atom (null, bool, int, float or string) or a list of them for duplicate keys)
Default
{ }
Example
{
  container_additional_volumes = "/example:/example1 /example2:/example3:ro";
  container_always_pull = "1";
  container_generate_entry = 0;
  container_image_default = "registry.opensuse.org/opensuse/toolbox:latest";
  container_init_hook = "~/.local/distrobox/a_custom_default_init_hook.sh";
  container_manager = "docker";
  container_manager_additional_flags = "--env-file /path/to/file --custom-flag";
  container_name_default = "test-name-1";
  container_pre_init_hook = "~/a_custom_default_pre_init_hook.sh";
  container_user_custom_home = "$HOME/.local/share/container-home-test";
  non_interactive = "1";
  skip_workdir = "0";
}