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 let
kpxcSettings = lib.generators.toINI {} { kpxcSettings = lib.generators.toINI {} {
# Not sure what changing this does, I'll leave it alone
General = { General = {
# Not sure what changing this does, I'll leave it alone
ConfigVersion = 2; ConfigVersion = 2;
MinimizeAfterUnlock = true; MinimizeAfterUnlock = true;
AutoSaveAfterEveryChange = false;
}; };
GUI = { GUI = {
ApplicationTheme = "classic"; ApplicationTheme = "classic";
@ -18,6 +19,7 @@ let
# monochrome-light, monochrome-dark or colorful # monochrome-light, monochrome-dark or colorful
TrayIconAppearance = "monochrome-light"; TrayIconAppearance = "monochrome-light";
}; };
Security.HideNotes = true;
SSHAgent.Enabled = true; SSHAgent.Enabled = true;
}; };
in in