From e5896223ea37a4d465db596b406122bf256c46aa Mon Sep 17 00:00:00 2001 From: Leonora Tindall Date: Thu, 14 Nov 2024 08:32:54 -0600 Subject: [PATCH] Use new-style atuin sync --- atuin.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/atuin.nix b/atuin.nix index 40d7d80..c11879d 100644 --- a/atuin.nix +++ b/atuin.nix @@ -10,6 +10,7 @@ workspaces = true; # Don't be weirdly over-verbose style = "compact"; + sync.records = true; }; }; }