1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-05 16:41:04 +01:00
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
'';
}