9 lines
107 B
Nix
9 lines
107 B
Nix
{
|
|
programs.keepassxc = {
|
|
enable = true;
|
|
settings = {
|
|
Browser.Enabled = true;
|
|
};
|
|
};
|
|
}
|