diff --git a/home/apps/zsh.nix b/home/apps/zsh.nix index 89ef9c7..3206ed4 100644 --- a/home/apps/zsh.nix +++ b/home/apps/zsh.nix @@ -22,6 +22,8 @@ in { settings = { inline_height = 30; style = "compact"; + sync_address = "https://atuin.winston.sh"; + sync_frequency = "5m"; }; }; bat.enable = true;