feat: add keepassxc

This commit is contained in:
lightly-toasted 2025-08-10 20:21:27 +09:00
parent 091a0711e8
commit 6d64f0b478
5 changed files with 25 additions and 4 deletions

View file

@ -0,0 +1,19 @@
{
programs.keepassxc = {
enable = true;
settings = {
Browser = {
Enabled = true;
UpdateBinaryPath = false;
AllowLocalhostWithPasskeys = true;
};
SSHAgent.Enabled = true;
GUI = {
MinimizeToTray = true;
MinimizeOnStartup = true;
MinimizeOnClose = true;
ShowTrayIcon = true;
};
};
};
}