home-manager/tests/modules/programs/vifm/empty-settings.nix

12 lines
144 B
Nix
Raw Normal View History

2022-09-09 02:42:53 +02:00
{ ... }:
{
programs.vifm.enable = true;
test.stubs.vifm = { };
nmt.script = ''
assertPathNotExists home-files/.config/vifm
'';
}