about summary refs log tree commit diff stats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hm/soispha/conf/unison/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/hm/soispha/conf/unison/default.nix b/hm/soispha/conf/unison/default.nix
index 962dd8ab..91a348c3 100644
--- a/hm/soispha/conf/unison/default.nix
+++ b/hm/soispha/conf/unison/default.nix
@@ -20,13 +20,13 @@
     backuploc = "central";
     backupcurr = paths_to_merge;
     merge =
-      builtins.map (x: ''${x} -> diff3 -m CURRENT1 CURRENTARCH CURRENT2 > NEW || echo "differences detected"'')
+      builtins.map (x: ''${x} -> diff3 --text --merge CURRENT1 CURRENTARCH CURRENT2 > NEW || echo "differences detected"'')
       paths_to_merge;
   };
 
   paths_to_merge = mkPathName {
     file_names = [];
-    extensions = ["history"];
+    extensions = ["history" "harpoon.json" "file_frecency.bin" "main.shada"];
   };
 
   paths_to_keep = [