1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-07 09:31:04 +01:00
home-manager/tests/modules/programs/keepassxc/default-settings.nix
2025-04-18 11:35:36 -07:00

13 lines
186 B
Nix

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