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