Add keepass config to nix
This commit is contained in:
@@ -15,7 +15,6 @@
|
||||
vesktop
|
||||
google-chrome
|
||||
localsend
|
||||
keepassxc
|
||||
tailscale
|
||||
#stremio
|
||||
opencode
|
||||
@@ -108,6 +107,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;
|
||||
shellAliases = {
|
||||
|
||||
Reference in New Issue
Block a user