diff --git a/modules/home-manager/common.nix b/modules/home-manager/common.nix index 49e9a85..5bde81b 100644 --- a/modules/home-manager/common.nix +++ b/modules/home-manager/common.nix @@ -84,6 +84,10 @@ enableZshIntegration = config.programs.zsh.enable; enableNushellIntegration = config.programs.nushell.enable; + flags = [ + "--disable-up-arrow" + ]; + settings = { auto_sync = true; sync_frequency = "1m";