nix-config/home/toast/modules/keepassxc.nix

19 lines
385 B
Nix

{
programs.keepassxc = {
enable = true;
settings = {
Browser = {
Enabled = true;
UpdateBinaryPath = false;
AllowLocalhostWithPasskeys = true;
};
SSHAgent.Enabled = true;
GUI = {
MinimizeToTray = true;
MinimizeOnStartup = true;
MinimizeOnClose = true;
ShowTrayIcon = true;
};
};
};
}