Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

programs.atool.enable

Whether to enable atool a commandline archive manager…

Type: boolean

Default:

false

Example:

true

Declared by:

programs.atool.package

The atool package to use.

Type: null or package

Default:

pkgs.atool

Declared by:

programs.atool.extraPackages

Extra packages for atool.

Type: list of package

Default:

[ ]

Example:

# all supported archive backends
with pkgs; [ bzip2 cpio gnutar gzip lhasa lzop p7zip unrar-free unzip xz zip ]

Declared by:

programs.atool.finalPackage

Final atool package bundled with extraPackages.

Type: package (read only)

Declared by:

programs.atool.settings

atool settings to generate ~/.atoolrc.

Type: attribute set of (string or signed integer)

Default:

{ }

Example:

{
  path_unrar = "unrar-free";
}

Declared by: