diff --git a/options.html b/options.html index 124d0d3df..67ab825a9 100644 --- a/options.html +++ b/options.html @@ -3649,6 +3649,17 @@ for a list of available icon sets.

Type:https://github.com/greshake/i3status-rust/blob/master/doc/themes.md for a list of available themes.

Type: string

Default: "plain"

Example: "gruvbox-dark"

Declared by:

<home-manager/modules/programs/i3status-rust.nix> +
programs.imv.enable

Whether to enable imv: a command line image viewer intended for use with tiling window managers.

Type: boolean

Default: false

Example: true

Declared by:

+ <home-manager/modules/programs/imv.nix> +
programs.imv.package

The imv package to use.

Type: package

Default: pkgs.imv

Declared by:

+ <home-manager/modules/programs/imv.nix> +
programs.imv.settings

Configuration options for imv. See +imv(5).

Type: attribute set of attribute set of (boolean or signed integer or string)

Default: { }

Example:

{
+  options.background = "ffffff";
+  aliases.x = "close";
+}
+

Declared by:

+ <home-manager/modules/programs/imv.nix>
programs.info.enable

Whether to enable GNU Info.

Type: boolean

Default: false

Example: true

Declared by:

<home-manager/modules/programs/info.nix>
programs.ion.enable

Whether to enable the Ion Shell. Compatible with Redox and Linux.

Type: boolean

Default: false

Example: true

Declared by: