mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 15:45:39 +00:00
18 lines
354 B
Nix
18 lines
354 B
Nix
{
|
|
programs.keepassxc = {
|
|
enable = true;
|
|
settings = {
|
|
Browser = {
|
|
Enabled = true;
|
|
UpdateBinaryPath = false;
|
|
AllowLocalhostWithPasskeys = true;
|
|
};
|
|
GUI = {
|
|
MinimizeToTray = true;
|
|
MinimizeOnStartup = true;
|
|
MinimizeOnClose = true;
|
|
ShowTrayIcon = true;
|
|
};
|
|
};
|
|
};
|
|
}
|