From a7eb40ff3ac28ea87ea31df22378953072d63e4d Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Wed, 11 Sep 2024 11:12:07 +0200 Subject: [PATCH] feat(atuin): use sync v2 --- shell/atuin.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell/atuin.nix b/shell/atuin.nix index e7636e7..008c546 100644 --- a/shell/atuin.nix +++ b/shell/atuin.nix @@ -11,6 +11,7 @@ sync_frequency = "5m"; sync_address = "https://atuin.molez.org"; update_check = false; + sync.records = true; }; }; };