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.enableWhether to enable pqiv image viewer.
Type: +boolean
Default:
+false
Example:
+true
Declared by:
+<home-manager/modules/programs/pqiv.nix>
+ |
programs.pqiv.packageThe pqiv package to install.
Type: +package
Default:
+pkgs.pqiv
Declared by:
+<home-manager/modules/programs/pqiv.nix>
+ |
programs.pqiv.settingsConfiguration 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.enableWhether to enable pubs.
Type: boolean
Default:
false
Example: