chore(jj): use updated settings names

This commit is contained in:
Khaïs COLIN 2025-10-14 10:19:57 +02:00
parent 0145ba721c
commit b65eb33a15
Signed by: logistic-bot
SSH key fingerprint: SHA256:RlpiqKeXpcPFZZ4y9Ou4xi2M8OhRJovIwDlbCaMsuAo

View file

@ -157,9 +157,9 @@ in {
enable = true;
ediff = true;
settings = {
core = {
# monitor filesystem for changes for faster snapshots in large repos
fsmonitor = "watchman";
# monitor filesystem for changes for faster snapshots in large repos
fsmonitor = {
backend = "watchman";
# automatically snapshot on file changes
watchman.register-snapshot-trigger = true;
};