chore(jj): use updated settings names
This commit is contained in:
parent
0145ba721c
commit
b65eb33a15
1 changed files with 3 additions and 3 deletions
6
home.nix
6
home.nix
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue