programs.pgcli.enable
Whether to enable pgcli.
Type: boolean
Default:
false
Example:
true
Declared by:
programs.pgcli.package
The pgcli package to use.
Type: null or package
Default:
pkgs.pgcli
Declared by:
programs.pgcli.settings
Configuration written to
$XDG_CONFIG_HOME/pgcli/config.
See https://www.pgcli.com/config
for more information.
Type: attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))
Default:
{ }
Example:
{
main = {
smart_completion = true;
vi = true;
};
"named queries" = {
simple = "select * from abc where a is not Null";
};
}
Declared by: