MyNixOS website logo

Configuration written to $XDG_CONFIG_HOME/keepassxc/keepassxc.ini.

See https://github.com/keepassxreboot/keepassxc/blob/647272e9c5542297d3fcf6502e6173c96f12a9a0/src/core/Config.cpp#L49-L223 for the full list of options.

Declarations
Type
attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))
Default
{ }
Example
{
  Browser.Enabled = true;

  GUI = {
    AdvancedSettings = true;
    ApplicationTheme = "dark";
    CompactMode = true;
    HidePasswords = true;
  };

  SSHAgent.Enabled = true;
}