Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

mods.keepassxc.enable

Enables the piper program and its daemon

Type: boolean

Default:

true

Example:

false

mods.keepassxc.config

Cache config to be used.

Type: attribute set of anything

Default:

{
  Browser = {
    Enabled = true;
  };
  GUI = {
    ApplicationTheme = "classic";
    HidePasswords = true;
    MinimizeOnClose = true;
    MinimizeToTray = true;
    ShowTrayIcon = true;
    TrayIconAppearance = "monochrome-light";
  };
  General = {
    ConfigVersion = 2;
  };
  PasswordGenerator = {
    Length = 30;
  };
  Security = {
    EnableCopyOnDoubleClick = true;
  };
}

Example:

{ }

mods.keepassxc.useConfig

Whether to overwrite the config of keepassxc. Note, this means that changes can’t be applied via the program anymore!

Type: boolean

Default:

true

Example:

false