diff --git a/shell/atuin.nix b/shell/atuin.nix index b13bd98..e7636e7 100644 --- a/shell/atuin.nix +++ b/shell/atuin.nix @@ -5,6 +5,7 @@ atuin = { enable = true; enableZshIntegration = true; + flags = [ "--disable-up-arrow" ]; settings = { auto_sync = true; sync_frequency = "5m";