From 970da745ad2b16f2b8c1bbefda8f927477bd911c Mon Sep 17 00:00:00 2001 From: Toast Date: Tue, 26 Aug 2025 14:58:06 +0900 Subject: [PATCH] Desktop/keepassxc: update configs --- roles/desktop/programs/keepassxc.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/roles/desktop/programs/keepassxc.nix b/roles/desktop/programs/keepassxc.nix index 20c0d9c..a48544a 100644 --- a/roles/desktop/programs/keepassxc.nix +++ b/roles/desktop/programs/keepassxc.nix @@ -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" - ]; }; }; }