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

12 lines
165 B
Nix

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