diff --git a/options.html b/options.html index f9edcdd67..54cf7e560 100644 --- a/options.html +++ b/options.html @@ -2207,6 +2207,15 @@ available packages run: <home-manager/modules/programs/exa.nix>
programs.exa.package

The exa package to use.

Type: package

Default: pkgs.exa

Declared by:

<home-manager/modules/programs/exa.nix> +
programs.exa.extraOptions

Extra command line options passed to exa.

Type: list of string

Default: [ ]

Example:

[
+  "--group-directories-first"
+  "--header"
+]

Declared by:

+ <home-manager/modules/programs/exa.nix> +
programs.exa.git

List each file's Git status if tracked or ignored (--git argument).

Type: boolean

Default: false

Declared by:

+ <home-manager/modules/programs/exa.nix> +
programs.exa.icons

Display icons next to file names (--icons argument).

Type: boolean

Default: false

Declared by:

+ <home-manager/modules/programs/exa.nix>
programs.feh.enable

Whether to enable feh - a fast and light image viewer.

Type: boolean

Default: false

Example: true

Declared by:

<home-manager/modules/programs/feh.nix>
programs.feh.package

The feh package to use.

Type: package

Default: pkgs.feh

Declared by: