Compare commits

...

2 commits

Author SHA1 Message Date
3e6ab74cb4 KeepassXC: change settings 2023-09-15 21:24:34 +02:00
4b3a5a4778 KeepassXC: move comment to right place 2023-09-15 21:24:34 +02:00

View file

@ -2,10 +2,11 @@
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;
};
GUI = {
ApplicationTheme = "classic";
@ -18,6 +19,7 @@ let
# monochrome-light, monochrome-dark or colorful
TrayIconAppearance = "monochrome-light";
};
Security.HideNotes = true;
SSHAgent.Enabled = true;
};
in