programs.pgcli.settings
Home-Manager option
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
declared in: <home-manager/modules/programs/pgcli.nix>source unavailable{ main = { smart_completion = true; vi = true; }; "named queries".simple = "select * from abc where a is not Null"; }