Add keepass config to nix

This commit is contained in:
2026-01-26 15:27:18 +00:00
parent 6f2256920d
commit 54496aeed3

View File

@@ -15,7 +15,6 @@
vesktop
google-chrome
localsend
keepassxc
tailscale
#stremio
opencode
@@ -107,6 +106,19 @@
};
};
};
programs.keepassxc = {
enable = true;
settings = {
Browser = {
Enabled = true;
UpdateBinaryPath = false; # Prevent conflicts with home-manager managed manifest
};
SSHAgent = {
Enabled = true;
};
};
};
programs.bash = {
enable = true;