43 lines
1.3 KiB
Nix
43 lines
1.3 KiB
Nix
{
|
|
General = {
|
|
ConfigVersion = 2;
|
|
};
|
|
Browser = {
|
|
Enabled = true;
|
|
CustomProxyLocation = "";
|
|
};
|
|
FdoSecrets = {
|
|
Enabled = true;
|
|
ConfirmAccessItem = false;
|
|
ConfirmDeleteItem = false;
|
|
};
|
|
GUI = {
|
|
AdvancedSettings = true;
|
|
MinimizeOnClose = true;
|
|
MinimizeOnStartup = true;
|
|
ShowTrayIcon = true;
|
|
TrayIconAppearance = "colorful";
|
|
};
|
|
KeeShare = {
|
|
Active = "\"<?xml version=\\\"1.0\\\"?>\\n<KeeShare xmlns:xsd=\\\"http://www.w3.org/2001/XMLSchema\\\" xmlns:xsi=\\\"http://www.w3.org/2001/XMLSchema-instance\\\">\\n <Active/>\\n</KeeShare>\\n\"";
|
|
Foreign = "\"<?xml version=\\\"1.0\\\"?>\\n<KeeShare xmlns:xsd=\\\"http://www.w3.org/2001/XMLSchema\\\" xmlns:xsi=\\\"http://www.w3.org/2001/XMLSchema-instance\\\">\\n <Foreign/>\\n</KeeShare>\\n\"";
|
|
Own = "\"<?xml version=\\\"1.0\\\"?>\\n<KeeShare xmlns:xsd=\\\"http://www.w3.org/2001/XMLSchema\\\" xmlns:xsi=\\\"http://www.w3.org/2001/XMLSchema-instance\\\">\\n <PrivateKey/>\\n <PublicKey/>\\n</KeeShare>\\n\"";
|
|
QuietSuccess = true;
|
|
};
|
|
PasswordGenerator = {
|
|
AdditionalChars = "";
|
|
AdvancedMode = false;
|
|
ExcludedChars = "";
|
|
Length = 40;
|
|
SpecialChars = false;
|
|
Type = 0;
|
|
UpperCase = true;
|
|
};
|
|
SSHAgent = {
|
|
Enabled = true;
|
|
};
|
|
Security = {
|
|
ClearClipboardTimeout = 30;
|
|
ClearSearch = false;
|
|
};
|
|
}
|