From 1e183774978808c669a7509b7808ef5daf947cc0 Mon Sep 17 00:00:00 2001
From: rycee
<
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: