diff --git a/roles/desktop/programs/keepassxc.nix b/roles/desktop/programs/keepassxc.nix index 22858fc..2bff9ed 100644 --- a/roles/desktop/programs/keepassxc.nix +++ b/roles/desktop/programs/keepassxc.nix @@ -2,11 +2,10 @@ let kpxcSettings = lib.generators.toINI {} { + # Not sure what changing this does, I'll leave it alone General = { - # Not sure what changing this does, I'll leave it alone ConfigVersion = 2; - MinimizeAfterUnlock = true; - AutoSaveAfterEveryChange = false; + MinimizeAfterUnlock = true; }; GUI = { ApplicationTheme = "classic"; @@ -19,7 +18,6 @@ let # monochrome-light, monochrome-dark or colorful TrayIconAppearance = "monochrome-light"; }; - Security.HideNotes = true; SSHAgent.Enabled = true; }; in