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