From f5a3708181006d4888431473441b85c5472f8ede Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geoffrey=20=E2=80=9CFrogeye=E2=80=9D=20Preud=27homme?= Date: Tue, 20 May 2025 02:07:19 +0200 Subject: [PATCH] atuin: Sync daemon Didn't seem things were being synced til now, let's see if it helps. --- hm/shell/atuin.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hm/shell/atuin.nix b/hm/shell/atuin.nix index 22de481..f299cc9 100644 --- a/hm/shell/atuin.nix +++ b/hm/shell/atuin.nix @@ -7,6 +7,7 @@ enable = true; enableBashIntegration = true; enableZshIntegration = true; + daemon.enable = true; settings = { auto_sync = true; sync_frequency = "5m";