From b0ee4cf166e93a30fd79249607deadaff50ff5bb Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Fri, 25 Jul 2025 15:09:42 -0400 Subject: [PATCH] nu+zoxide is broken on HM https://github.com/nix-community/home-manager/issues/6319 --- modules/home/all/terminal.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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;