From 1e183774978808c669a7509b7808ef5daf947cc0 Mon Sep 17 00:00:00 2001 From: rycee Date: Wed, 16 Aug 2023 15:48:02 +0000 Subject: [PATCH] deploy: 9db5b89f40736943d017a761da044479044be182 --- options.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/options.html b/options.html index d48438c30..8e7fe608a 100644 --- a/options.html +++ b/options.html @@ -8321,6 +8321,32 @@ attribute set of (boolean or signed integer or string or list of string)

<

Declared by:

<home-manager/modules/programs/powerline-go.nix> +
programs.pqiv.enable

Whether to enable pqiv image viewer.

Type: +boolean

Default: +false

Example: +true

Declared by:

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

The pqiv package to install.

Type: +package

Default: +pkgs.pqiv

Declared by:

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

Configuration written to +<filename>$XDG_CONFIG_HOME/pqivrc</filename>. See <link +xlink:href=“https://github.com/phillipberndt/pqiv/blob/master/pqiv.1”/> +for a list of available options. To set a boolean flag, set the value to 1.

Type: +attribute set of attribute set of (INI atom (null, bool, int, float or string))

Default: +{ }

Example:

{
+  options = {
+    lazy-load = 1;
+    hide-info-box = 1;
+    background-pattern = "black";
+    thumbnail-size = "256x256";
+    command-1 = "thunar";
+  };
+};
+
+

Declared by:

+<home-manager/modules/programs/pqiv.nix>
programs.pubs.enable

Whether to enable pubs.

Type: boolean

Default: false

Example: