enable keepassxc

This commit is contained in:
k3t
2026-03-18 07:42:46 -06:00
parent a2a7bbc12f
commit 42070a1e59
+13
View File
@@ -29,6 +29,19 @@
programs.nix-ld.enable = true; programs.nix-ld.enable = true;
programs.appimage.enable = true; programs.appimage.enable = true;
programs.appimage.binfmt = true; programs.appimage.binfmt = true;
programs.keepassxc = {
autostart = true;
enable = true;
settings = {
# For available settings, see https://github.com/keepassxreboot/keepassxc/blob/develop/src/core/Config.cpp
FdoSecrets.Enabled = true; # Enable Secret Service Integration
SSHAgent.Enabled = true;
SSHAgent.UseOpenSSH = true;
Browser.Enabled = true;
};
};
xdg.autostart.enable = true;
# Printing # Printing
services.printing.enable = true; services.printing.enable = true;