34 lines
517 B
Nix
34 lines
517 B
Nix
|
{
|
||
|
General = {
|
||
|
ConfigVersion = 2;
|
||
|
};
|
||
|
|
||
|
Browser = {
|
||
|
CustomProxyLocation = "";
|
||
|
Enabled = true;
|
||
|
};
|
||
|
|
||
|
GUI = {
|
||
|
MinimizeOnClose = true;
|
||
|
MinimizeOnStartup = true;
|
||
|
ShowExpiredEntriesOnDatabaseUnlock = false;
|
||
|
ShowTrayIcon = true;
|
||
|
TrayIconAppearance = "monochrome-light";
|
||
|
};
|
||
|
|
||
|
PasswordGenerator = {
|
||
|
AdditionalChars = "";
|
||
|
ExcludedChars = "";
|
||
|
};
|
||
|
|
||
|
SSHAgent = {
|
||
|
Enabled = true;
|
||
|
};
|
||
|
|
||
|
Security = {
|
||
|
ClearClipboardTimeout = 30;
|
||
|
ClearSearch = false;
|
||
|
EnableCopyOnDoubleClick = true;
|
||
|
};
|
||
|
}
|