11 lines
123 B
Nix
11 lines
123 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
programs.keepassxc = {
|
|
enable = true;
|
|
settings = {
|
|
Browser.Enabled = true;
|
|
};
|
|
};
|
|
}
|