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

12 lines
169 B
Nix
Raw Normal View History

2025-02-14 04:48:20 +00:00
{ ... }:
{
programs.diceware.enable = true;
test.stubs.diceware = { };
nmt.script = ''
assertPathNotExists home-files/.config/diceware/diceware.ini
'';
}