depot/third_party/home-manager/tests/modules/programs/rio/empty-settings.nix

12 lines
135 B
Nix
Raw Normal View History

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