mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 11:36:05 +01:00
11 lines
176 B
Nix
11 lines
176 B
Nix
{
|
|
programs.keepassxc = {
|
|
enable = true;
|
|
};
|
|
|
|
test.stubs.keepassxc = { };
|
|
|
|
nmt.script = ''
|
|
assertPathNotExists home-files/.config/keepassxc/keepassxc.ini
|
|
'';
|
|
}
|