From e42c330c06ea17328a06e7a29e1d04cd6104070b Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Wed, 10 Apr 2024 11:33:41 -0500 Subject: [PATCH] atuin: sync records --- modules/home-manager/common.nix | 4 ++++ 1 file changed, 4 insertions(+) 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; + }; }; };