diff --git a/nixos/home.nix b/nixos/home.nix index 1342b25f..64c1498d 100644 --- a/nixos/home.nix +++ b/nixos/home.nix @@ -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;