This repository has been archived on 2023-10-08. You can view files and clone it, but cannot push or open issues or pull requests.
nixos-home/keepassxc/config.nix

34 lines
517 B
Nix
Raw Normal View History

2023-09-24 12:57:48 +00:00
{
General = {
ConfigVersion = 2;
};
2023-09-24 12:57:48 +00:00
Browser = {
CustomProxyLocation = "";
Enabled = true;
};
2023-09-24 12:57:48 +00:00
GUI = {
MinimizeOnClose = true;
MinimizeOnStartup = true;
ShowExpiredEntriesOnDatabaseUnlock = false;
2023-09-24 12:57:48 +00:00
ShowTrayIcon = true;
TrayIconAppearance = "monochrome-light";
2023-09-24 12:57:48 +00:00
};
2023-09-24 12:57:48 +00:00
PasswordGenerator = {
AdditionalChars = "";
ExcludedChars = "";
};
2023-09-24 12:57:48 +00:00
SSHAgent = {
Enabled = true;
};
2023-09-24 12:57:48 +00:00
Security = {
ClearClipboardTimeout = 30;
ClearSearch = false;
EnableCopyOnDoubleClick = true;
2023-09-24 12:57:48 +00:00
};
}