diff --git a/home/shell/atuin.nix b/home/shell/atuin.nix index 1cc2da2..31884a0 100644 --- a/home/shell/atuin.nix +++ b/home/shell/atuin.nix @@ -6,6 +6,8 @@ settings = { enter_accept = false; sync_address = "https://atuin.fainsin.bzh"; + sync_frequency = "5m"; + sync.records = true; }; }; }