home-manager/tests/modules/programs/jujutsu/empty-config.nix
2024-05-11 00:34:09 +02:00

12 lines
160 B
Nix

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