MyNixOS website logo

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

See https://github.com/keepassxreboot/keepassxc/blob/develop/src/core/Config.cpp for the full list of options.

When the settings are non-empty, the configuration file will be linked into the Nix store and KeePassXC will report an access error for its configuration file. This is expected and can not be fixed in a way that aligns with Home Manager's principles. See #8257 for more details.
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;
}