Desktop/keepassxc: update configs

This commit is contained in:
Toast 2025-08-26 14:58:06 +09:00
parent 338714285e
commit 970da745ad

View file

@ -3,6 +3,7 @@
users.toast = {
programs.keepassxc = {
enable = true;
autostart = true;
settings = {
General = {
# Not sure what changing this does, I'll leave it alone
@ -28,9 +29,6 @@
SSHAgent.Enabled = true;
};
};
xdg.autostart.entries = [
"${pkgs.keepassxc}/share/applications/org.keepassxc.KeePassXC.desktop"
];
};
};
}