From d44ee684614e49145dc5f0f227fa7040a8232964 Mon Sep 17 00:00:00 2001 From: Uttarayan Mondal Date: Mon, 13 May 2024 23:14:30 +0530 Subject: [PATCH] feat: Use atuin server --- common/home.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/common/home.nix b/common/home.nix index 1ce95005..d3019422 100644 --- a/common/home.nix +++ b/common/home.nix @@ -122,6 +122,11 @@ in { programs = { atuin = { + settings = { + auto_sync = true; + sync_frequency = "1m"; + sync_address = "https://atuin.darksailor.dev"; + }; enable = true; enableFishIntegration = true; enableNushellIntegration = true;