nix-da/users/ny/programs/keepassxc.nix
nydragon 6ea0e01fc1
Some checks failed
/ test (push) Failing after 1s
refactor: hjemify foot & keepassxc
2025-02-11 02:10:53 +01:00

23 lines
472 B
Nix

{
rum.programs.keepassxc = {
enable = true;
settings = {
General = {
BackupBeforeSave = true;
ConfigVersion = 2;
UseAtomicSaves = false;
};
Browser = {
Enabled = true;
};
GUI = {
ColorPasswords = true;
MinimizeOnClose = true;
MinimizeOnStartup = true;
MinimizeToTray = true;
ShowTrayIcon = true;
TrayIconAppearance = "colorful";
};
};
};
}