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

12 lines
165 B
Nix
Raw Normal View History

2025-02-14 07:03:05 +00:00
{ ... }:
{
programs.diceware.enable = true;
test.stubs.sesh = { };
nmt.script = ''
assertPathNotExists home-files/.config/diceware/diceware.ini
'';
}