2.home-manager/tests/modules/programs/keepassxc/default-settings.nix
2025-10-26 15:43:53 -05:00

11 lines
176 B
Nix

{
programs.keepassxc = {
enable = true;
};
test.stubs.keepassxc = { };
nmt.script = ''
assertPathNotExists home-files/.config/keepassxc/keepassxc.ini
'';
}