nixpkgs/home/files/keepassxc-ini.nix
Daniel Siepmann 68378ed9c9
Move keepassxc.ini content to dedicated file
As I always search for keepassxc in file names.
I always forget that I've inlined within xdg file.

Now I can search for the keepassxc file and open it.
2023-02-22 07:56:40 +01:00

50 lines
846 B
Nix

{
General = {
ConfigVersion = 2;
};
FdoSecrets = {
Enabled = true;
ShowNotification = false;
};
GUI = {
ApplicationTheme = "dark";
CompactMode = true;
HidePreviewPanel = true;
HideToolbar = true;
HideUsernames = false;
MinimizeToTray = true;
ShowTrayIcon = true;
TrayIconAppearance = "monochrome-light";
};
PasswordGenerator = {
AdditionalChars = "";
AdvancedMode = true;
Braces = true;
Dashes = true;
ExcludedChars = "*<>!?";
Length = 16;
Math = true;
Quotes = true;
SpecialChars = false;
};
Browser = {
CustomProxyLocation = "";
Enabled = true;
SearchInAllDatabases = true;
};
Security = {
ClearSearchTimeout = 120;
LockDatabaseIdle = true;
LockDatabaseIdleSeconds = 120;
Security_HideNotes = true;
};
}