diff --git a/modules/home/all/terminal.nix b/modules/home/all/terminal.nix index da1d657..c9ed7fa 100644 --- a/modules/home/all/terminal.nix +++ b/modules/home/all/terminal.nix @@ -76,7 +76,10 @@ in */ bat.enable = true; autojump.enable = false; - zoxide.enable = true; + + # zoxide breaks Nu startup: https://github.com/nix-community/home-manager/issues/6319 + # zoxide.enable = true; + fzf.enable = true; jq.enable = true; btop.enable = true;