2.home-manager/tests/modules/programs/delta/delta-without-jujutsu-integration.nix
2025-10-27 09:11:41 -05:00

10 lines
170 B
Nix

{
programs.delta = {
enable = true;
enableJujutsuIntegration = false;
};
nmt.script = ''
assertPathNotExists home-files/.config/jj/config.toml
'';
}