diff --git a/modules/home-manager/common.nix b/modules/home-manager/common.nix index e790fe3..24dab67 100644 --- a/modules/home-manager/common.nix +++ b/modules/home-manager/common.nix @@ -95,6 +95,10 @@ sync_frequency = "1m"; sync_address = "https://atuin.h.lyte.dev"; keymap_mode = "vim-insert"; + + sync = { + records = true; + }; }; };