nixos-config/tests/modules/home-manager/programs/diceware/empty.nix

12 lines
169 B
Nix

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